Vcl.StdCtrls.TCustomButton.ImageAlignment
Delphi
property ImageAlignment: TImageAlignment read FImageAlignment write SetImageAlignment default iaLeft;
C++
__property TImageAlignment ImageAlignment = {read=FImageAlignment, write=SetImageAlignment, default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomButton |
説明
ボタン上の画像の位置揃えです。
TImageAlignment は、ボタン上の画像の位置揃えを示します。このプロパティは TImageAlignment 型です。