Vcl.ExtCtrls.TLabeledEdit.LabelSpacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelSpacing: Integer read FLabelSpacing write SetLabelSpacing default 3;

C++

__property LabelSpacing = {default=3};

Properties

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

Description

Specifies the distance, in pixels, between the label and the edit region.

Vcl.ExtCtrls.TLabeledEdit.LabelSpacing inherits from Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing. All content below this line refers to Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing.

Specifies the distance, in pixels, between the label and the edit region.

Set LabelSpacing to indicate the distance, in pixels, between the label and the edit control.

See Also

Code Examples