FMX.Graphics.TCanvas.Fill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fill: TBrush read FFill write SetFill;

C++

__property TBrush* Fill = {read=FFill, write=SetFill};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Determines the color and pattern for filling graphical shapes and backgrounds for the current TCanvas.

Set the Fill property to specify the color and pattern to use when drawing the background or filling in graphical shapes. The value of Fill is a TBrush object.

See Also

Code Examples