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





Gets or sets the mouse cursor shown to the user when a link can be started at the current position.

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

 Syntax

C#  Copy Code

public Cursor DrawLinkCursor { get; set; }

Visual Basic  Copy Code

Public Property DrawLinkCursor As Cursor

 Property Value

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

 Remarks

Use the property to indicate visually to the user that a link can be started at the current mouse position.

 See Also

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