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

TcxCustomProgressBarProperties.BorderWidth Property

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

#Declaration

Delphi
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