Vcl.StdCtrls.TCustomButton.ImageAlignment

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ImageAlignment: TImageAlignment read FImageAlignment write SetImageAlignment default iaLeft;

C++

__property TImageAlignment ImageAlignment = {read=FImageAlignment, write=SetImageAlignment, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Beschreibung

Ausrichtung des Bildes auf einer Schaltfläche.

TImageAlignment definiert die Ausrichtung eines Bildes auf einer Schaltfläche. Es handelt sich um einen TImageAlignment-Typ.

Siehe auch