Skip to main content

TcxCustomProgressBarProperties.BorderWidth Property

Specifies the offset between the control’s borders and the progress bar in pixels.

Declaration

property BorderWidth: TcxBorderWidth read; write; default 0;

Property Value

Type Default
TcxBorderWidth 0

Remarks

Use the BorderWidth property to change the distance between borders of the control and the progress bar. If this property is set to 0, the bar has no offset from the control’s borders. The BorderWidth property cannot be set to negative values.

The table below shows how different values of the BorderWidth property affect the progress bar’s appearance.

Value Sample
0
2
5

The default value of the BorderWidth property is 0.

See Also