Specifies the style of the panel’s inner bevel.
Declaration
componentObj.BevelInner
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 BevelInner
property to get or set the style of the panel’s inner bevel. The inner bevel appears inside the outer bevel at a distance of the BorderWidth
pixels. If the outer bevel is not drawn (that is, the BevelOuter
property is “bvNone”), the inner bevel appears immediately inside the panel’s border.
To get or set the bevel width, use the BevelWidth
property.
To remove the inner bevel, set BevelInner
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 ”. |