[Overview][Types][Classes][Procedures and functions][Index] |
Drawing style for the outer bevel on the control.
Source position: extctrls.pp line 1629
published property TControlBar.BevelOuter : TPanelBevel |
BevelOuter is the bevel drawn on the bounds for the control, and causes it have an over-all raised or lowered appearance when used. The default value for the property is bvLowered in TControlBar.
Use BevelInner to set the bevel drawn inside the bounds for the control.
Use BevelWidth to set the width for the bevels in pixels.
|
BevelOuter - determines the nature of the Outer Bevel of the panel (whether raised, lowered etc) |
|
|
BevelInner - determines the nature of the Inner Bevel of the panel (whether raised, lowered etc) |
|
|
BevelWidth - the Width of the panel's bevel in pixels. |