API:FMX.Layers3D.TLayer3D.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.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayer3D

Description

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

FMX.Layers3D.TLayer3D.Fill inherits from FMX.Layers3D.TCustomLayer3D.Fill. All content below this line refers to FMX.Layers3D.TCustomLayer3D.Fill.

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