Gets or sets the cursor shown when the mouse is over a node rotation handle.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Cursor RotateCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotateCursor As Cursor |
An instance of the .NET Cursor class.
RemarksThis cursor is shown when clicking and dragging the mouse will start rotating a shape node.
See Also