API: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

Color of the text shadow of this text button appearance.

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

Color of the text shadow of this text button appearance.

See Also