Back to Devexpress

TdxTileControlOptionsView.IndentVert Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsview-12369bf7.md

latest1.6 KB
Original Source

TdxTileControlOptionsView.IndentVert Property

Specifies the space (in pixels) between visible tile groups and the top and bottom edges of a tile control.

Declaration

delphi
property IndentVert: Integer read; write;

Property Value

Type
Integer

Remarks

Use the IndentHorz property to specify the space between the content of a tile control and its left and right edges. To apply the margin between the content and a tile control’s visible edges, use the FixedIndentHorz and FixedIndentVert properties.

The IndentVert property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.

The default IndentVert property value for the tile and tile bar controls is determined by the dxTileControlDefaultIndentVert and dxTileBarDefaultIndentVert global constants, respectively.

See Also

TdxTileControlOptionsView Class

TdxTileControlOptionsView Members

dxCustomTileControl Unit