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

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
AlignLeftDoubleValueDetermines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th
AlignCenterDoubleValueDetermines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th
AlignRightDoubleValueDetermines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which th
AlignTopDoubleValueDetermines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th
AlignMiddleDoubleValueDetermines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th
AlignBottomDoubleValueDetermines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which th

Methods

NameDescription
deepCloneCreates 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.