FMX.ListView.Types.TListItemText.TextShadowOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextShadowOffset: TPosition read GetShadowOffset;

C++

__property Fmx::Types::TPosition* TextShadowOffset = {read=GetShadowOffset};

Properties

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

Description

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

See Also