Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlActionBars.IndentHorz Property

Specifies the space (in pixels) between the left and right edges of an action bar and its visible items.

#Declaration

Delphi
property IndentHorz: Integer read; write; default dxTileControlDefaultActionBarsIndentHorz;

#Property Value

Type Default
Integer dxTileControlDefaultActionBarsIndentHorz

#Remarks

This property specifies the distance between the left and right action bar borders and the leftmost and rightmost action bar items, respectively. If the action bar item’s caption is wider than its glyph, the caption’s borders are used as the item’s borders. Otherwise, the bar item uses its glyph’s borders:

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

If you need to change the distance between identically aligned items positioned within the same action bar, use the ItemIndent property.

The default value of the IndentHorz property is specified by the dxTileControlDefaultActionBarsIndentHorz global constant.

See Also