FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextShadowColor
Delphi
property TextShadowColor: TAlphaColor read FTextShadowColor write SetTextShadowColor;
C++
__property System::Uitypes::TAlphaColor TextShadowColor = {read=FTextShadowColor, write=SetTextShadowColor, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCustomTextButtonObjectAppearance |
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.