Align
Align class
Indicates the alignment of a shape with respect to the guide or guide point to which the shape is glued. The Align element appears only for shapes that are glued to guides or guide points.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| AlignLeft | DoubleValue | Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th |
| AlignCenter | DoubleValue | Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th |
| AlignRight | DoubleValue | Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th |
| AlignTop | DoubleValue | Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th |
| AlignMiddle | DoubleValue | Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th |
| AlignBottom | DoubleValue | Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
Align.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
Align.AlignLeft property
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape’s left border is aligned.
Type: DoubleValue
Align.AlignCenter property
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape’s horizontal center is aligned.
Type: DoubleValue
Align.AlignRight property
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape’s right border is aligned.
Type: DoubleValue
Align.AlignTop property
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape’s top border is aligned.
Type: DoubleValue
Align.AlignMiddle property
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape’s vertical center is aligned.
Type: DoubleValue
Align.AlignBottom property
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape’s bottom border is aligned.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.