Sets the cursor and stops changing it depending on the context.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Cursor OverrideCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property OverrideCursor As Cursor |
An instance of the System.Windows.Input.Cursor class.
By default, the mouse cursor is changed automatically depending on what elements are located at the current mouse position and what action is being carried out by the user. This property lets you override that behavior and display a custom cursor that does not depend on the context. To revert back to the default behavior, set this property to null.
WpfDiagram Programmer's Guide | © 2024 MindFusion |