Vcl.ExtCtrls.TBevel.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TBevelStyle read FStyle write SetStyle default bsLowered;

C++

__property TBevelStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TBevel

Description

Determines whether the bevel appears raised or lowered.

Set Style to indicate whether the bevel should create a raised or a lowered effect. When the Shape property is bsBox, the entire client area appears raised or lowered. For all other values of Shape, the bevel displays a raised or lowered line along the edge or edges of the client area. The default value of Style is bsLowered.

See Also