API: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

Specifies the cut of the inner bevel.

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

Specifies the cut of the inner bevel.

Use BevelInner to specify whether the inner bevel has a raised, lowered, or flat look.

The inner bevel appears immediately inside the outer bevel. If there is no outer bevel (BevelOuter is bvNone), the inner bevel appears immediately inside the border.

See Also