MindFusion.Wpf Pack Programmer's Guide
Diagram.PanCursor Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 by the ModifierKeyActions and MiddleButtonActions properties.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
MoveCursor Property
PointerCursor Property