FMX.Forms3D.TForm3D.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetFill write SetFill default -1;

C++

__property Color = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

Specifies the background color this 3D form will use.

FMX.Forms3D.TForm3D.Color inherits from FMX.Forms3D.TCustomForm3D.Color. All content below this line refers to FMX.Forms3D.TCustomForm3D.Color.

Specifies the background color this 3D form will use. If the color is different from the default White color, setting the Transparency property to True has no effect. In order to make this form transparent, the Color property must be set to TAlphaColors.White.

See Also