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
SyntaxC#
Copy Code
|
|---|
public Cursor MoveCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MoveCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.SizeAll.
RemarksUse 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