Sets the cursor and stops changing it depending on the context.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public CoreCursor OverrideCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OverrideCursor As CoreCursor |
An instance of the CoreCursor class.
See Also