Skip to main content

TCustomdxPageObject.CenterTextAlignY Property

Specifies the way the image and text is vertically aligned in the title’s central section.

Declaration

property CenterTextAlignY: TcxTextAlignY index 1 read; write; default taCenterY;

Property Value

Type Default
TcxTextAlignY taCenterY

Remarks

Use the CenterTextAlignY property to specify the manner the central part of the title is vertically aligned. It can take one of the following values:

Value Description
taTop Moves the content to the top of the row.
taCenterY Moves the content to the center of the row.
taBottom Moves the content to the bottom of the row.

The default value of this property is taCenterY.

See Also