modgenDefVertAlignment
layoutXL modgenDefVertAlignment string { "top" | "bottom" | "center" | "custom" | "customTop" }
Description
Specifies the default value for the Vertical Alignment cyclic field in the Set Member Alignment and Spacing form. If “custom” or “customTop” is specified, the value defined in the modgenDefVertSpacing environment variable is used.
GUI Equivalent
|
Modgen Editor – Member Alignment/Spacing button on the Modgen Placement toolbar |
|
Examples
envGetVal("layoutXL" "modgenDefVertAlignment")
envSetVal("layoutXL" "modgenDefVertAlignment" 'string "bottom")
envSetVal("layoutXL" "modgenDefVertAlignment" 'string "center")
Related Topics
Specifying Modgen Device Alignment and Spacing
Return to top