RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TProgressBar.BorderWidth Property

Specifies the width of the control's border.

Pascal
property BorderWidth: TBorderWidth;
C++
__property TBorderWidth BorderWidth;

Use BorderWidth to get or set the width of the progress bar's border. This is the area within the edge of the control that always shows the background color, as specified by the Color property. The progress fill and the caption are clipped to the area within the border. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!