alignToolBarReferenceObject
layout alignToolBarReferenceObject cyclic { "left" | "top" | "bottom" | "right" | "vertical" | "horizontal" | "click" }
Description
Selects the reference object from the selection set when using the Align toolbar.
-
left: Default. The leftmost object from the selection set is used as the reference object -
right: The rightmost object from the selection set is used as the reference object -
top: The topmost object from the selection set is used as the reference object -
bottom: The bottommost object from the selection set is used as the reference object -
horizontal: The object closest to the horizontal center of the selection set bounding box is used as the reference object -
vertical: The object closest to the vertical center of the selection set bounding box is used as the reference object -
click: The clicked object is used as the reference object
GUI Equivalent
Examples
envGetVal("layout" "alignToolBarReferenceObject")
envSetVal("layout" "alignToolBarReferenceObject" 'cyclic "top")
envSetVal("layout" "alignToolBarReferenceObject" 'cyclic "click")
Related Topics
Aligning Objects by Using the Align Toolbar
Return to top