Gets or sets the cursor shown when the mouse is over a node rotation handle.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |