rowSiteSymmetry
layout rowSiteSymmetryboolean {t|nil}
Description
Snaps an instance to a row by retaining the original orientation of the instance if the symmetry setting in the row site definition allows instance orientation.
Orientation of an instance is retained in the following cases:
- If the row site definition is symmetric in X and the instance has MY orientation.
- If the row site definition is symmetric in Y and the instance has MX orientation.
- If the row site definition is symmetric in X and Y.
The default is nil, which implies that an instance is snapped to a row by matching the orientation of the row.
GUI Equivalent
Examples
envGetVal("layout" "rowSiteSymmetry")
envSetVal("layout" "rowSiteSymmetry" 'boolean t)
Related Topics
Return to top