Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property LabelSpacing: Integer read FLabelSpacing write SetLabelSpacing default 3;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

説明

ラベルと編集領域の間の距離をピクセル単位で指定します。

LabelSpacing プロパティを設定すると,ラベルと編集コントロールの間の距離をピクセル単位で指定できます。

関連項目