Gets or sets a value indicating whether panning the view will have inertia.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool PanInertia { get; set; } |
Visual Basic Copy Code |
---|
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 | © 2024 MindFusion |