FMX.Objects.TEllipse.Fill

From RAD Studio API Documentation
Jump to: navigation, search

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 TEllipse

Description

Determines the color and pattern used to fill the shape background.

FMX.Objects.TEllipse.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.

See Also