flipReference
layout flipReference cyclic { "LowerLeft" | "CenterLeft" | "UpperLeft" | "LowerCenter" | "CenterCenter" | "UpperCenter" | "LowerRight" | "CenterRight" | "UpperRight" | "Custom" }
Description
Sets the reference point around which an object is flipped vertically or horizontally.
-
LowerLeft: Flips an object around the lower-left point of its bounding box. -
CenterLeft: Flips an object around the center-left point of its bounding box. -
UpperLeft: Flips an object around the upper-left point of its bounding box. -
LowerCenter: Flips an object around the lower-center point of its bounding box. -
CenterCenter: Default. Flips an object around the center point of its bounding box. -
UpperCenter: Flips an object around the upper-center point of its bounding box. -
LowerRight: Flips an object around the lower-right point of its bounding box. -
CenterRight: Flips an object around the center-right point of its bounding box. -
UpperRight: Flips an object around the upper-right point of its bounding box. -
Custom: Flips an object around the specified X and Y coordinates. This option is available in the Flip form.
GUI Equivalent
Examples
envGetVal("layout" "flipReference")
envSetVal("layout" "flipReference" 'cyclic "LowerLeft")
envSetVal("layout" "flipReference" 'cyclic "Custom")
Related Topics
Return to top