RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.BevelWidth Property

Width of outer and inner bevels.

Pascal
property BevelWidth: TBevelWidth;
C++
__property TBevelWidth BevelWidth;

Use BevelInner and BeveOuter to provide the control with a three-dimensional beveled look. A control has two bevels, an outer bevel drawn next to the border of the control, and an inner bevel drawn inside the outer bevel BevelOuter, separated by the number of pixels specified in the BorderWidth property. The width of the bevels, if they are drawn, is the BevelWidth property. 

 

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