Field Summary | ||
---|---|---|
const int | PROPORTIONAL | |
Proportional. The control handle can be moved, and it also moves in proportion with the shape when it is stretched.
|
||
const int | PROPORTIONAL_LOCKED | |
Proportional locked. The control handle moves in proportion with the shape, but the control handle itself cannot be moved.
|
||
const int | OFFSET_FROM_LEFT_EDGE | |
Offset from left edge. The control handle is offset a constant distance from the left side of the shape.
|
||
const int | OFFSET_FROM_CENTER | |
Offset from center. The control handle is offset a constant distance from the center of the shape.
|
||
const int | OFFSET_FROM_RIGHT_EDGE | |
Offset from right edge. The control handle is offset a constant distance from the right side of the shape.
|
||
const int | PROPORTIONAL_HIDDEN | |
Proportional, hidden.Same as 0, but the control handle is not visible.
|
||
const int | PROPORTIONAL_LOCKED_HIDDEN | |
Proportional locked, hidden. Same as 1, but the control handle is not visible.
|
||
const int | OFFSET_FROM_LEFT_EDGE_HIDDEN | |
Offset from left edge, hidden. Same as 2, but the control handle is not visible.
|
||
const int | OFFSET_FROM_CENTER_HIDDEN | |
Offset from center, hidden. Same as 3, but the control handle is not visible.
|
||
const int | OFFSET_FROM_RIGHT_EDGE_HIDDEN | |
Offset from right edge, hidden. Same as 4, but the control handle is not visible.
|
||
const int | UNDEFINED | |
Undefined.
|
const int PROPORTIONAL
const int PROPORTIONAL_LOCKED
const int OFFSET_FROM_LEFT_EDGE
const int OFFSET_FROM_CENTER
const int OFFSET_FROM_RIGHT_EDGE
const int PROPORTIONAL_HIDDEN
const int PROPORTIONAL_LOCKED_HIDDEN
const int OFFSET_FROM_LEFT_EDGE_HIDDEN
const int OFFSET_FROM_CENTER_HIDDEN
const int OFFSET_FROM_RIGHT_EDGE_HIDDEN
const int UNDEFINED