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

Determines the style of the outer bevel of a panel.

Use BevelOuter 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 outer bevel is specified in the BevelWidth property in pixels.

See Also

Code Examples