Skip to main content

TdxTileControlOptionsView.IndentVert Property

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

Declaration

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