Vcl.ComCtrls.TCoolBand.Bitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap stored IsBitmapStored;

C++

__property Vcl::Graphics::TBitmap* Bitmap = {read=FBitmap, write=SetBitmap, stored=IsBitmapStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Beschreibung

Legt fest, welches Hintergrundbild im Bereich angezeigt wird.

Mit dieser Eigenschaft können Sie festlegen, welches Bild im Bereich angezeigt wird. Die Grafik wird in ihrer normalen Größe so oft angezeigt, bis der gesamte Bereich bedeckt ist.

Eine Zuweisung an Bitmap setzt ParentBitmap automatisch auf false.

Siehe auch