Search
ModifierKeyActions.alt Property
See Also
 






Gets or sets the action triggered by the ALT key.

Namespace: MindFusion.Diagramming
File: ModifierKeyActions.js

 Syntax

JavaScript  Copy Code

get alt() {}
set alt(value) {}

 Property Value

ModifierKeyAction

A member of the ModifierKeyAction enumeration.

 Remarks

The value of this property specifies what happens when a user holds down the ALT key and drags the mouse. The default value Pan makes the control enter pan mode, letting the user scroll the diagram contents by dragging it with the mouse. You can change the function of ALT by assigning a different value to this property.

 See Also