FMX.Graphics.TFontColorForState.Normal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Normal: TAlphaColor index TIndex.Normal read GetColor write SetColor default TAlphaColorRec.Null;

C++

__property System::Uitypes::TAlphaColor Normal = {read=GetColor, write=SetColor, index=0, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontColorForState

Description

The font color for the normal state.

See Also