API:Vcl.ExtCtrls.TCustomPanel.BevelOuter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelOuter: TPanelBevel read FBevelOuter write SetBevelOuter default bvRaised;

C++

__property Vcl::Controls::TBevelCut BevelOuter = {read=FBevelOuter, write=SetBevelOuter, default=2};

Properties

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

Description

Specifies the cut of the outer bevel.

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

Specifies the cut of the outer bevel.

Use BevelOuter to specify whether the outer bevel has a raised, lowered, or flat look.

The outer bevel appears immediately inside the border and outside the inner bevel.

See Also