Vcl.ExtCtrls.TGridPanel.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 0;

C++

__property BorderStyle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TGridPanel

Description

Determines the style of the line drawn around the perimeter of the panel control.

Vcl.ExtCtrls.TGridPanel.BorderStyle inherits from Vcl.ExtCtrls.TCustomPanel.BorderStyle. All content below this line refers to Vcl.ExtCtrls.TCustomPanel.BorderStyle.

Determines the style of the line drawn around the perimeter of the panel control.

Use BorderStyle to specify whether the panel has a single line drawn around it. These are the possible values:



Value Meaning

bsNone

No visible border

bsSingle

Single-line border



Do not confuse the line drawn around the panel with the BorderWidth of the panel. The BorderWidth of the panel is the distance between the outer and inner bevels.

See Also