Search
DiagramView.RotateCursor Property
See Also
 





Gets or sets the cursor shown when the mouse is over a node rotation handle.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Cursor RotateCursor { get; set; }

Visual Basic  Copy Code

Public Property RotateCursor As Cursor

 Property Value

An instance of the .NET Cursor class.

 Remarks

This cursor is shown when clicking and dragging the mouse will start rotating a shape node.

 See Also