Vcl.ExtCtrls.TGridPanel.BevelInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelInner: TBevelCut read FBevelInner write SetBevelInner default 0;

C++

__property BevelInner = {default=0};

Properties

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

Description

Determines the style of the inner bevel of a panel.

Vcl.ExtCtrls.TGridPanel.BevelInner inherits from Vcl.ExtCtrls.TCustomPanel.BevelInner. All content below this line refers to Vcl.ExtCtrls.TCustomPanel.BevelInner.

Determines the style of the inner bevel of a panel.

Use BevelInner to provide the panel with a three-dimensional beveled look. A panel component has two bevels, an outer bevel drawn next to the border of the control, and an inner bevel drawn inside the outer bevel, separated by the number of pixels specified in the BorderWidth property. The width of the bevels, if they are drawn, is the BevelWidth property.

See Also

Code Examples