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





Gets or sets the mouse cursor shown to the user when an arrow can be created.

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

 Syntax

C#  Copy Code

public Cursor AllowLinkCursor { get; set; }

Visual Basic  Copy Code

Public Property AllowLinkCursor 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 the mouse is over a location where link can be created (ended).

 See Also

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