FMX.Objects.TRectangle.Fill
Delphi
property Fill: TBrush read FFill write SetFill;
C++
__property Fill;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TRectangle |
Description
Determines the color and pattern used to fill the shape background.
FMX.Objects.TRectangle.Fill inherits from FMX.Objects.TShape.Fill. All content below this line refers to FMX.Objects.TShape.Fill.
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.