Vcl.Controls.TWinControl.BevelInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelInner: TBevelCut index 0 read FBevelInner write SetBevelCut default bvRaised;

C++

__property TBevelCut BevelInner = {read=FBevelInner, write=SetBevelCut, index=0, default=2};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

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