FMX.Layers3D.TCustomLayer3D.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.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Determines the color and pattern for filling the background of this 3D layer.

Set the Fill property to specify the color and pattern to use when drawing the background of this 3D layer. The value of Fill is a TBrush object.

See Also