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





Gets or sets a value indicating whether panning the view will have inertia.

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

 Syntax

C#  Copy Code

public bool PanInertia { get; set; }

Visual Basic  Copy Code

Public Property PanInertia As Boolean

 Property Value

true to pan with inertia, or false otherwise.

 Remarks

To pan the diagram, hold down the key associated with ModifierKeyAction.Pan (by default Alt) and drag with the mouse. Set Behavior to Pan to let users pan without a modifier key.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace