Vcl.Controls.TBevelWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBevelWidth = 1..MaxInt;

C++

typedef int TBevelWidth;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TBevelWidth defines the width, in pixels, of both the inner and outer bevels of a control.

TBevelWidth is used to specify the bevel width of a control via its BevelWidth property.

See Also