Vcl.Controls.TWinControl.BevelWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelWidth: TBevelWidth read FBevelWidth write SetBevelWidth default 1;

C++

__property TBevelWidth BevelWidth = {read=FBevelWidth, write=SetBevelWidth, default=1};

Properties

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

Description

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