FMX.Forms3D.TCustomForm3D.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetFill write SetFill default TAlphaColors.White;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetFill, write=SetFill, default=-1};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TCustomForm3D

Description

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