Vcl.ExtCtrls.TPanelBevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPanelBevel = TBevelCut;

C++

typedef Vcl::Controls::TBevelCut TPanelBevel;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TPanelBevel specifies a bevel's cut.

TPanelBevel can have one of the following values:



Value Meaning

bvNone

The bevel does not exist.

bvLowered

The bevel appears lowered.

bvRaised

The bevel appears raised.

bvSpace

The bevel appears as a space if its kind is not bkTile. Otherwise, the bevel appears raised.



See Also