Vcl.StdCtrls.TImageMargins.Bottom

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

Delphi

property Bottom: Integer index 3 read FBottom write SetMargin default 0;

C++

__property int Bottom = {read=FBottom, write=SetMargin, index=3, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TImageMargins

説明

ボタン上の画像の下側のマージンです。

ボタンの画像は、マージンを使用して配置できます。Bottom は、TButton 上の画像の下側のマージンです。

関連項目