FMX.ListView.Types.TListItemTextButton.TextShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextShadowColor: TAlphaColor read GetTextShadowColor write SetTextShadowColor;

C++

__property System::Uitypes::TAlphaColor TextShadowColor = {read=GetTextShadowColor, write=SetTextShadowColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton

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