MindFusion.Wpf Pack Programmer's Guide
Diagram.RotateCursor Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
MoveCursor Property