Back to Devexpress

TdxOcNodeAlign Enum

vcl-dxorgchr-0b2323f3.md

latest1.4 KB
Original Source

TdxOcNodeAlign Enum

Enumerates the parent node‘s alignment in relation to its children.

Declaration

delphi
TdxOcNodeAlign = (
    caLeft,
    caCenter,
    caRight
);

Members

Name
caLeft
caCenter
caRight

Remarks

Options include:

ValueDescription(Rotated=True)(Rotated=False)
caLeftThe node is left or top-aligned in relation to the subtree of its children if the control’s content is oriented from top to bottom or left to right, respectively.
caCenterA parent node is centered.
caRightThe node is right or bottom-aligned in relation to the subtree of its children if the control’s content is oriented from top to bottom or left to right, respectively.

The node’s ChildAlign property references the TdxOcNodeAlign type.

See Also

dxorgchr Unit