Gets or sets a value indicating whether panning the view will have inertia.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool PanInertia { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PanInertia As Boolean |
true to pan with inertia, or false otherwise.
RemarksTo pan the diagram view, 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