FMX.Graphics.TBrush.Bitmap
Delphi
property Bitmap: TBrushBitmap read FBitmap write FBitmap stored IsBitmapStored;
C++
__property TBrushBitmap* Bitmap = {read=FBitmap, write=FBitmap, stored=IsBitmapStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TBrush |
Description
Specifies the bitmap object that defines a pattern and the wrap mode for the brush.
Bitmap points to a TBrushBitmap that specifies the bitmap image and the wrapping mode to define a brush pattern.
Note: To properly use the Bitmap property, you must set the Kind property to
Bitmap
.