TdxOcNodeAlign Enum
Enumerates the parent node‘s alignment in relation to its children.
#Declaration
TdxOcNodeAlign = (
caLeft,
caCenter,
caRight
);
#Members
Name |
---|
ca
|
ca
|
ca
|
#Remarks
Options include:
Value | Description | (Rotated=True) | (Rotated=False) |
---|---|---|---|
ca |
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. | ![]() |
![]() |
ca |
A parent node is centered. | ![]() |
![]() |
ca |
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.