Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing
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