Gets the cursor, which is displayed when the mouse is positioned over the rotation handle.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public static Cursor Rotate { get; } |
Visual Basic
Copy Code
|
|---|
Public Shared ReadOnly Property Rotate As Cursor |
An instance of the .NET Cursor class.
See Also