vcl-dxorgchr-0b2323f3.md
Enumerates the parent node‘s alignment in relation to its children.
TdxOcNodeAlign = (
caLeft,
caCenter,
caRight
);
| Name |
|---|
caLeft |
caCenter |
caRight |
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