FMX.MaterialSources.TColorMaterialSource.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.MaterialSources.pas
FMX.MaterialSources.hpp
FMX.MaterialSources TColorMaterialSource

Description

Specifies the color of the material.

Use Color to set or get the color of the current TColorMaterial of the TColorMaterialSource.

See Also