alignRefMethod
layoutalignRefMethod cyclic { "center" | "top"|"bottom"|"left"|"right"|"origin"}
Description
Sets the values in the cyclic Use field when the Reference field on the Edit – Advanced – Align form is set to Object or Layer, based on whether Align Direction is set to Horizontal or Vertical, as shown in the table below.
| Reference | Align Direction | Use list contains | Default |
|---|---|---|---|
The valid values are: top, bottom, center, left, right, and origin. You can set the Reference field with the alignReference environment variable, and the Align Direction field with the alignDirection environment variable.
GUI Equivalent
Examples
envGetVal("layout" "alignRefMethod")
envSetVal("layout" "alignRefMethod" 'cyclic "right")
Related Topics
Return to top