Back to Devexpress

TdxTileControlOptionsView.CenterContentVert Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsview-75a6b9a5.md

latest1.7 KB
Original Source

TdxTileControlOptionsView.CenterContentVert Property

Specifies a value indicating whether the main page content is centered vertically in the tile control.

Declaration

delphi
property CenterContentVert: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

If this property is set to True , the block of visible groups (and visible tiles within them) whose total height is less than the control’s height minus the doubled IndentVert property value, is centered vertically on the control’s main page. Otherwise, the distance between the top control’s border and the main page content is determined by the IndentVert property value.

Note

The CenterContentVert property has no effect on the main page content whose height is equal to or exceeds the control’s height minus the doubled IndentVert property value.

The default value of the CenterContentVert property is False.

See Also

TdxTileControlOptionsView.CenterContentHorz

TdxTileControlOptionsView Class

TdxTileControlOptionsView Members

dxCustomTileControl Unit