FMX.ListView.Appearances.TTextButtonObjectAppearance.TintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TintColor: TAlphaColor read FTintColor write SetTintColor stored IsTintColorStored;

C++

__property TintColor = {stored=IsTintColorStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Description

Color of the surface (below the text) of this text button appearance.

FMX.ListView.Appearances.TTextButtonObjectAppearance.TintColor inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TintColor. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TintColor.

Color of the surface (below the text) of this text button appearance.

See Also