TCustomdxPageObject.LeftTextAlignY Property
Specifies vertical alignment of the image and text located in the left part of either the header or footer.
Declaration
property LeftTextAlignY: TcxTextAlignY index 0 read; write; default taCenterY;
Property Value
Type | Default |
---|---|
TcxTextAlignY | taCenterY |
Remarks
Use the LeftTextAlignY property to specify the vertical alignment of the content, which is located in the left part of either the header or footer.
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. |
The default value of this property is taCenterY.
See Also