TTMSFNCWXContainerPosition Enumeration
Determines where an element container is anchored within the host control area.
API unit family: TMSFNCWXContainer
Members
| Name | Description |
|---|---|
poCustom |
Uses a custom position defined by the element styling instead of a predefined anchor. |
poTopLeft |
Anchors the element to the top-left corner. |
poTopCenter |
Anchors the element to the top edge, horizontally centered. |
poTopRight |
Anchors the element to the top-right corner. |
poCenterLeft |
Anchors the element to the left edge, vertically centered. |
poCenterCenter |
Centers the element both horizontally and vertically. |
poBottomLeft |
Anchors the element to the bottom-left corner. |
poBottomCenter |
Anchors the element to the bottom edge, horizontally centered. |
poBottomRight |
Anchors the element to the bottom-right corner. |