FMX.Layers3D.TImage3D.Bitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap;

C++

__property Fmx::Graphics::TBitmap* Bitmap = {read=FBitmap, write=SetBitmap};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TImage3D


Beschreibung

Gibt das Bild an, das auf der Oberfläche dieser TImage3D-Komponente angezeigt wird.

Die Eigenschaft Bitmap zeigt auf ein TBitmap-Bild.

Siehe auch