Specifies the style of the panel’s outer bevel.
Declaration
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The TPanel
component can have two bevels that can provide a three-dimensional panel look. Use the BevelOuter
property to get or set the style of the panel’s outer bevel. The outer bevel appears inside the panel border. If the panel border does not appear (that is, the BorderStyle
property is “bvNone”), the outer bevel is drawn instead of the border.
To get or set the bevel width, use the BevelWidth
property. The distance between the outer and inner panels is specified by the BevelWidth
property and the style of the inner bevel is specified by the BevelInner
property.
To remove the outer bevel, set BevelOuter
to “bvNone”.
Property Value
One of the following string values:
Value | Description |
---|---|
“bvNone ” |
The bevel does not appear. |
“bvLowered ” |
The bevel appears lowered. |
“bvRaised ” |
The bevel appears raised. |
“bvSpace ” |
The bevel appears raised. The same as “bvRaised ”. |