FMX.Materials.TColorMaterial.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Materials.pas
FMX.Materials.hpp
FMX.Materials TColorMaterial

Description

Specifies the color of the TColorMaterial.

Use Color to set or get the color of the current TColorMaterial. Color is set to red when the TColorMaterial is created.

See Also