ConValue

ConValue enumeration

Utility class containing constants. Specifies the type of behavior the x or y-coordinate of the control handle exhibits after the handle is moved.

Values

NameDescription
PROPORTIONALProportional. The control handle can be moved, and it also moves in proportion with the shape when it is stretched.
PROPORTIONAL_LOCKEDProportional locked. The control handle moves in proportion with the shape, but the control handle itself cannot be moved.
OFFSET_FROM_LEFT_EDGEOffset from left edge. The control handle is offset a constant distance from the left side of the shape.
OFFSET_FROM_CENTEROffset from center. The control handle is offset a constant distance from the center of the shape.
OFFSET_FROM_RIGHT_EDGEOffset from right edge. The control handle is offset a constant distance from the right side of the shape.
PROPORTIONAL_HIDDENProportional, hidden.Same as 0, but the control handle is not visible.
PROPORTIONAL_LOCKED_HIDDENProportional locked, hidden. Same as 1, but the control handle is not visible.
OFFSET_FROM_LEFT_EDGE_HIDDENOffset from left edge, hidden. Same as 2, but the control handle is not visible.
OFFSET_FROM_CENTER_HIDDENOffset from center, hidden. Same as 3, but the control handle is not visible.
OFFSET_FROM_RIGHT_EDGE_HIDDENOffset from right edge, hidden. Same as 4, but the control handle is not visible.
UNDEFINEDUndefined.