Vcl.Grids.TDrawGrid.BevelWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelWidth: TBevelWidth read FBevelWidth write SetBevelWidth default 1;

C++

__property BevelWidth = {default=1};

Properties

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

Description

Specifies the width of the inner and outer bevels.

Vcl.Grids.TDrawGrid.BevelWidth inherits from Vcl.Controls.TWinControl.BevelWidth. All content below this line refers to Vcl.Controls.TWinControl.BevelWidth.

Specifies the width of the inner and outer bevels.

Use BevelWidth to specify the width, in pixels, of the inner and outer bevels.

See Also