FMX.Objects.TShape.Fill
Delphi
property Fill: TBrush read FFill write SetFill;
C++
__property Fmx::Graphics::TBrush* Fill = {read=FFill, write=SetFill};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TShape |
Description
Determines the color and pattern used to fill the shape background.
The value of Fill is an FMX.Graphics.TBrush object. It can define the gradient, brush pattern, brush color, opacity, and other parameters to fill the shape background.