MindFusion.Wpf Pack Programmer's Guide
ModifierKeyActions.Alt Property
See Also
 





Gets or sets what action is triggered by the ALT key.

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

 Syntax

C#  Copy Code

public ModifierKeyAction Alt { get; set; }

Visual Basic  Copy Code

Public Property Alt As ModifierKeyAction

 Property Value

A member of the ModifierKeyAction enumeration. The default value is Pan.

 See Also

ModifierKeyActions Members
ModifierKeyActions Class
MindFusion.Diagramming.Wpf Namespace
PanInertia Property