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