Vcl.Forms.TCustomActiveForm.Padding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Padding;

C++

__property Padding;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

Description

Specifies the padding of a control.

Vcl.Forms.TCustomActiveForm.Padding inherits from Vcl.Controls.TWinControl.Padding. All content below this line refers to Vcl.Controls.TWinControl.Padding.

Specifies the padding of a control.

Use Padding to specify the padding of a control. This value is an instance of the class TPadding.

See Also