FMX.Effects.TShadowEffect.ShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShadowColor: TAlphaColor read GetShadowColor write SetShadowColor;

C++

__property System::Uitypes::TAlphaColor ShadowColor = {read=GetShadowColor, write=SetShadowColor, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TShadowEffect

Description

Specifies the color of the shadow.

See Also