Search
DiagramView.CurrentCursor Property
See Also
 





Gets or sets the currently displayed mouse cursor.

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

 Syntax

C#  Copy Code

public Cursor CurrentCursor { get; set; }

Visual Basic  Copy Code

Public Property CurrentCursor As Cursor

 Property Value

An instance of the .NET Cursor class representing the current mouse cursor.

 Remarks

Setting this property while an item modification is performed with the mouse will override the cursor that is set by the control after each mouse movement.

 See Also