TdxTileItemInnerObjectAlignment Enum
#Declaration
TdxTileItemInnerObjectAlignment = (
oaDefault,
oaTopLeft,
oaTopCenter,
oaTopRight,
oaMiddleLeft,
oaMiddleCenter,
oaMiddleRight,
oaBottomLeft,
oaBottomCenter,
oaBottomRight
);
#Members
Name |
---|
oa
|
oa
|
oa
|
oa
|
oa
|
oa
|
oa
|
oa
|
oa
|
oa
|
#Remarks
Values include:
Value | Description | Example |
---|---|---|
oa | An element is located at its default position. For a tile text, the default position matches the default position of the text block that displays this text. For tile graphics, the default position is | |
oa | An element is displayed in a tile’s top-left corner. | |
oa | An element is horizontally centered along a tile’s top edge. | |
oa | An element is displayed in a tile’s top-right corner. | |
oa | An element is vertically centered and aligned to a tile’s left edge. | |
oa | An element is centered within a tile. | |
oa | An element is vertically centered and aligned to a tile’s right edge. | |
oa | An element is displayed in a tile’s bottom-left corner. | |
oa | An element is horizontally centered along a tile’s bottom edge. | |
oa | An element is displayed in a tile’s bottom-right corner. |