FMX.Forms.TCustomForm.Fill

From RAD Studio API Documentation
Jump to: navigation, search

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.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Description

Specifies the way the background on this form is filled.

Use Fill to get or set the brush that defines the way the background of this form is painted (gradient, solid, and so on).

Tip: Using a brush for Fill overrides the functionality of the Transparency property.

See Also