MindFusion.Wpf Pack Programmer's Guide
Diagram.DisallowLinkCursor Property
See Also
 





Gets or sets the mouse cursor shown to the user when a link is being created but cannot be ended at the current location.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Cursor DisallowLinkCursor { get; set; }

Visual Basic  Copy Code

Public Property DisallowLinkCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.No.

 Remarks

Use the property to indicate visually to the user that the mouse is over a place, where the currently dragged link cannot be ended.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DisallowCursor Property
DrawLinkCursor Property
MoveCursor Property
AllowLinkCursor Property
PointerCursor Property