Vcl.Controls.TBevelKind
Delphi
TBevelKind = (bkNone, bkTile, bkSoft, bkFlat);
C++
enum DECLSPEC_DENUM TBevelKind : unsigned char { bkNone, bkTile, bkSoft, bkFlat };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TBevelKind specifies the kind of bevel that appears on a control.
TBevelKind can have one of the following values:
Value | Meaning |
---|---|
bkNone |
No bevel is added. |
bkTile |
The bevel appears sharply defined. |
bkSoft |
The bevel uses softer contrasts than bkTile. |
bkFlat |
The bevel has a broad, flat appearance. |