TdxOcImageAlign Enum
Enumerates available node image alignment options.
#Declaration
TdxOcImageAlign = (
iaNone,
iaLT,
iaLC,
iaLB,
iaRT,
iaRC,
iaRB,
iaTL,
iaTC,
iaTR,
iaBL,
iaBC,
iaBR
);
#Members
Name |
---|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
ia
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ia |
The associated image is hidden and text occupies the entire node’s client area. | ![]() |
ia |
The node’s client area is split vertically into two parts. The image is top-aligned within the left part, while text occupies the right part. | ![]() |
ia |
The node’s client area is split vertically into two parts. The image is centered within the left part, while text occupies the right part. | ![]() |
ia |
The node’s client area is split vertically into two parts. The image is bottom-aligned within the left part, while text occupies the right part. | ![]() |
ia |
The node’s client area is split vertically into two parts. The image is top-aligned within the right part, while text occupies the left part. | ![]() |
ia |
The node’s client area is split vertically into two parts. The image is centered within the right part, while text occupies the left part. | ![]() |
ia |
The node’s client area is split vertically in two parts. The image is bottom-aligned within the right part, while text occupies the right part. | ![]() |
ia |
The node’s client area is split horizontally into two parts. The image is left-aligned within the top part, while text occupies the bottom part. | ![]() |
ia |
The node’s client area is split horizontally into two parts. The image is centered within the top part, while text occupies the bottom part. | ![]() |
Ia |
The node’s client area is split horizontally into two parts. The image is right-aligned within the top part, while text occupies the bottom part. | ![]() |
Ia |
The node’s client area is split into two parts horizontally. The image is left-aligned within the bottom part, while text occupies the top part. | ![]() |
Ia |
The node’s client area is split into two parts horizontally. The image is centered within the bottom part, while text occupies the top part. | ![]() |
Ia |
The node’s client area is split into two parts horizontally. The image is right-aligned within the bottom part, while text occupies the top part. | ![]() |
The TdxOcNode.ImageAlign property and the TdxOcNodeInfo.IAlign field reference the TdxOcImageAlign type.