TCustomdxPageObject.CenterTextAlignY Property
In This Article
Specifies the way the image and text is vertically aligned in the title’s central section.
#Declaration
Delphi
property CenterTextAlignY: TcxTextAlignY index 1 read; write; default taCenterY;
#Property Value
Type | Default |
---|---|
Tcx |
ta |
#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 |
---|---|
ta |
Moves the content to the top of the row. |
ta |
Moves the content to the center of the row. |
ta |
Moves the content to the bottom of the row. |
The default value of this property is taCenterY.
See Also