Gets or sets the cursor that is displayed when the mouse pointer is over the move area of an item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Cursor ItemMoveCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemMoveCursor As Cursor |
An instance of the .NET Cursor class.
See Also