RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionPivot.BorderStyle Property

Determines whether a line is drawn around the perimeter of the decision pivot.

Pascal
property BorderStyle: TBorderStyle;
C++
__property TBorderStyle BorderStyle;

Use BorderStyle to specify whether the decision pivot has a single line drawn around it. When BorderStyle is bsSingle, a single line is drawn around the panel outside of the outer bevel.

Note: Do not confuse the line drawn around the decision pivot with the BorderWidth property. The BorderWidth is the distance between the outer and inner bevels.
 

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