Vcl.Controls.TWinControl.BorderWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

__property TBorderWidth BorderWidth = {read=FBorderWidth, write=SetBorderWidth, default=0};

Properties

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

Description

Specifies the width of the control's border.

Use BorderWidth to get or set the width of the control's border. Graphics or text drawn by the control is clipped to the area within the border.

See Also