Gets or sets the mouse cursor shown to the user when a link can be created.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor AllowLinkCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowLinkCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.Hand.
Use the property to indicate visually to the user that the mouse is over a location where link can be created (ended).
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |