Search
DiagramView.PanCursor Property
See Also
 





Gets or sets the mouse cursor displayed while panning the diagram view.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Cursor PanCursor { get; set; }

Visual Basic  Copy Code

Public Property PanCursor As Cursor

 Property Value

An instance of the .NET Cursor class representing the mouse cursor that is displayed while panning.

 Remarks

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.

 See Also