Vcl.Controls.TBevelCut
Delphi
TBevelCut = (bvNone, bvLowered, bvRaised, bvSpace);
C++
enum DECLSPEC_DENUM TBevelCut : unsigned char { bvNone, bvLowered, bvRaised, bvSpace };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TBevelCut specifies a bevel's cut.
TBevelCut 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. |