chopRectJustify
layout chopRectJustify cyclic { "Bottom left" | "Bottom right" | "Top left" | "Top right" | "Center" }
Description
Specifies the justification of rectangle chop shape.
GUI Equivalent
Examples
envGetVal("layout" "chopRectJustify")
envSetVal("layout" "chopRectJustify" 'cyclic "Bottom right")
envSetVal("layout" "chopRectJustify" 'cyclic "Center")
Related Topics
Return to top