Skip to main content

TCustomdxPageObject.RightTextAlignY Property

Specifies vertical alignment of the image and text located in the right corner of either the header or footer.

Declaration

property RightTextAlignY: TcxTextAlignY index 2 read; write; default taCenterY;

Property Value

Type Default
TcxTextAlignY taCenterY

Remarks

Use the RightTextAlignY property to specify alignment for the content in the right corner of the row.

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