TdxStatusBarPanel.Bevel Property
Specify the style of a panel’s border.
Declaration
property Bevel: TdxStatusBarPanelBevel read; write; default dxpbLowered;
Property Value
Type | Default |
---|---|
TdxStatusBarPanelBevel | dxpbLowered |
Remarks
Use the Bevel property to customize the appearance of the panel’s border. Changing this property has effect only if the native style mode is not activated.
The following values are supported:
Value | Meaning | Example |
---|---|---|
dxpbNone | The panel has no bevel and appears flat. | |
dxpbLowered | The panel appears recessed. | |
dxpbRaised | The panel appears raised. |
The default value of the Bevel property is dxpbLowered.
See Also