RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionPivot.BorderWidth Property

Specifies the distance, in pixels, between the outer and inner bevels.

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

Use BorderWidth to specify how wide the border around the decision pivot should be. A value of 0 means no border should appear. 

The border of the decision pivot is the area between the outer and inner bevels. It is visible only if the inner bevel is raised or lowered, but affects the inset of the controls in the pivot even if BevelInner is bvNone. 

Do not confuse the border of the pivot with line drawn around it. The line around the pivot is specified by the BorderStyle property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!