Gets or sets the mouse cursor shown to the user if the pointed object can be modified.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor MoveCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property MoveCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.SizeAll.
Use the property to indicate visually to the user that they are pointing to an item, which can be modified at the current moment.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |