Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelSpacing: Integer read FLabelSpacing write SetLabelSpacing default 3;

C++

__property int LabelSpacing = {read=FLabelSpacing, write=SetLabelSpacing, default=3};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

Description

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