FMX.Effects.TShadowEffect.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TShadowEffect(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FMX.Effects.pas FMX.Effects.hpp |
FMX.Effects | TShadowEffect |
Description
Creates a new instance of TShadowEffect.
Create sets the Enabled property to True, Direction, to 45, Distance, to 3, Opacity, to 0.6, ShadowColor, to Black, and Softness, to 0.3.
These values can be changed any time at run time or using the Object Inspector at design time.