TcxCustomTrackBarProperties.BorderWidth Property
Specifies the additional offset of the track bar’s elements from its borders.
Declaration
property BorderWidth: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
By default, the track bar’s elements have a predefined offset from the edges of the control. You can increase this offset by changing the BorderWidth property value. Note that when the AutoSize property value is True, the BorderWidth changes the horizontal offset only. Otherwise, the indent is changed in all directions. The image below shows two track bars with BorderWidth properties set to 0 and 20. The AutoSize property is set to True.
The default value of the BorderWidth property is 2.
See Also