FMX.Effects.TBlurEffect.Create
From RAD Studio API Documentation
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TBlurEffect(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FMX.Effects.pas FMX.Effects.hpp |
FMX.Effects | TBlurEffect |
Description
Creates a new instance of TBlurEffect, setting the Enabled property to True and Softness, to 0.3.
These values can be changed any time at run time or using the Object Inspector at design time.