Gets or sets a value indicating whether panning the view will have inertia.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public bool PanInertia { get; set; } |
Visual Basic
![]() |
---|
Public Property PanInertia As Boolean |
true to pan with inertia, or false otherwise.
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.
WpfDiagram Programmer's Guide | © 2025 MindFusion |