quickAlignMode
layout quickAlignMode cyclic { "MoveOrStretch" | "Copy" }
Description
Specifies the mode to be used for alignment.
-
MoveOrStretch: Default. The object is moved or stretched during alignment. -
Copy: The object is copied during alignment.
GUI Equivalent
Examples
envGetVal("layout" "quickAlignMode")
envSetVal("layout" "quickAlignMode" 'cyclic "Copy")
Related Topics
Return to top