Gets or sets the mouse cursor displayed while panning the diagram view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor PanCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property PanCursor As Cursor |
An instance of the .NET Cursor class representing the mouse cursor that is displayed while panning.
The diagram view can be panned by holding down the ALT key and dragging with the mouse. This can be changed via the ModifierKeyActions and MiddleButtonActions properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |