Vcl.Controls.TWinControl.BevelKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelKind: TBevelKind read FBevelKind write SetBevelKind default bkNone;

C++

__property TBevelKind BevelKind = {read=FBevelKind, write=SetBevelKind, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

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.

See Also