TCustomdxPageObject.TextAlignY Property
Specifies the image and text vertical alignment.
Declaration
property TextAlignY[Index: TdxPageTitlePart]: TcxTextAlignY read; write;
Property Value
| Type |
|---|
| TcxTextAlignY |
Remarks
Use TextAlignY property to specify a kind of the vertical alignment.
Index parameter specifies the part of the title to which the TextAlignY property is applied.
| Value | Description |
|---|---|
| taTop | Aligns the content to the top of the row. |
| taCenterY | Aligns the content to the center of the row. |
| taBottom | Aligns the content to the bottom of the row. |

See Also