Vcl.WinXPanels.TCardPanel.BevelEdges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelEdges: TBevelEdges read FBevelEdges write SetBevelEdges default 15;

C++

__property BevelEdges = {default=15};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXPanels.pas
Vcl.WinXPanels.hpp
Vcl.WinXPanels TCardPanel

Description

Specifies which edges of the control are beveled.

Vcl.WinXPanels.TCardPanel.BevelEdges inherits from Vcl.Controls.TWinControl.BevelEdges. All content below this line refers to Vcl.Controls.TWinControl.BevelEdges.

Specifies which edges of the control are beveled.

Use BevelEdges to get or set which edges of the control are beveled. The BevelInner, BevelOuter, and BevelKind properties determine the appearance of the specified edges.

See Also