Vcl.Grids.TDrawGrid.BevelKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelKind: TBevelKind read FBevelKind write SetBevelKind default 0;

C++

__property BevelKind = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TDrawGrid

Description

Specifies the control's bevel style.

Vcl.Grids.TDrawGrid.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.

See Also