TdxTileControlActionBars.IndentHorz Property
Specifies the space (in pixels) between the left and right edges of an action bar and its visible items.
Declaration
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.