TdxOcNode.ChildAlign Property
Aligns the node in relation to its direct descendants.
Declaration
property ChildAlign: TdxOcNodeAlign read; write;
Property Value
| Type |
|---|
| TdxOcNodeAlign |
Remarks
Options include:
| Value | Description |
|---|---|
| caLeft | Sets the node to the leftmost position above its children. |
| caCenter | Centers the node. |
| caRight | Sets the node to the rightmost position above its children. |
See Also