Vcl.Buttons.TBitBtn.Layout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;

C++

__property TButtonLayout Layout = {read=FLayout, write=SetLayout, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBitBtn

Beschreibung

Bestimmt die Position des Bildes auf der Schaltfläche.

Die Eigenschaft Layout gibt an, ob der Text links (blGlyphLeft), rechts (blGlyphRight), oben (blGlyphTop) oder unten (blGlyphBottom) auf der Schaltfläche angezeigt wird.

Siehe auch

Codebeispiele