FMX.Graphics.TBrushBitmap.Image

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Image: TBitmapImage read GetBitmapImage;

C++

__property TBitmapImage* Image = {read=GetBitmapImage};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushBitmap

Description

Image to be used by the brush.

See Also