FMX.Effects.TGlowEffect.GlowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlowColor: TAlphaColor read GetGlowColor write SetGlowColor;

C++

__property System::Uitypes::TAlphaColor GlowColor = {read=GetGlowColor, write=SetGlowColor, nodefault};

Properties

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

Description

Specifies the color to use on the halo.

See Also