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





Gets or sets the mouse cursor shown to the user if the pointed object can be modified.

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

 Syntax

C#  Copy Code

public Cursor MoveCursor { get; set; }

Visual Basic  Copy Code

Public Property MoveCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.SizeAll.

 Remarks

Use the property to indicate visually to the user that they are pointing to an item, which can be modified at the current moment.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DrawLinkCursor Property
AllowLinkCursor Property
PointerCursor Property
DisallowCursor Property
PanCursor Property