API:Vcl.StdCtrls.TListBox.BevelKind
Delphi
property BevelKind default bkNone;
C++
__property BevelKind = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TListBox |
Description
Specifies the control's bevel style.
Vcl.StdCtrls.TListBox.BevelKind inherits from Vcl.Controls.TWinControl.BevelKind. All content below this line refers to Vcl.Controls.TWinControl.BevelKind.
Specifies the control's bevel style.
Use BevelKind to modify the appearance of a bevel. BevelKind influences how sharply the bevel stands out.
BevelKind, in combination with BevelWidth and the cut of the bevel specified by BevelInner or BevelOuter, can create a variety of effects. Experiment with various combinations to get the look you want.