FMX.ListView.Appearances.TTextButtonObjectAppearance.TextShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextShadowColor: TAlphaColor read FTextShadowColor write SetTextShadowColor stored IsTextShadowColorStored;

C++

__property TextShadowColor = {stored=IsTextShadowColorStored};

Properties

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

Description

The color of the text shadow that appears behind normal text only when such text shadow color is set to non-zero value. This is useful for headers and other gradient fills to improve readability.

See Also