Gets or sets the cursor shown when the mouse is over a node rotation handle.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor RotateCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property RotateCursor As Cursor |
An instance of the .NET Cursor class.
This cursor is shown when clicking and dragging the mouse will start rotating a shape node.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |