Vcl.ExtCtrls.TCustomPanel.BevelInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelInner: TPanelBevel read FBevelInner write SetBevelInner default bvNone;

C++

__property Vcl::Controls::TBevelCut BevelInner = {read=FBevelInner, write=SetBevelInner, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Description

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