Skip to main content

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
iaNone
iaLT
iaLC
iaLB
iaRT
iaRC
iaRB
iaTL
iaTC
iaTR
iaBL
iaBC
iaBR

Remarks

Options include:

Value Description Example
iaNone The associated image is hidden and text occupies the entire node’s client area.
iaLT 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.
iaLC 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.
iaLB 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.
iaRT 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.
iaRC 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.
iaRB 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.
iaTL 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.
iaTC 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.
IaTR 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.
IaBL 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.
IaBC 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.
IaBR 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.

See Also