Vcl.ExtCtrls.TBevel.Shape

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Shape: TBevelShape read FShape write SetShape default bsBox;

C++

__property TBevelShape Shape = {read=FShape, write=SetShape, default=0};

Properties

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

Description

Determines the shape of the bevel.

Set Shape to specify whether the bevel appears as a line, box, frame, or space. For shapes that can appear either raised or lowered, the Style property indicates which effect is used.

The default value for Shape is bsBox.

See Also