Skip to main content

TdxOcNodeAlign Enum

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

Declaration

TdxOcNodeAlign = (
    caLeft,
    caCenter,
    caRight
);

Members

Name
caLeft
caCenter
caRight

Remarks

Options include:

Value Description (Rotated=True) (Rotated=False)
caLeft The 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.
caCenter A parent node is centered.
caRight The 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