FMX.Effects.TReflectionEffect.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TReflectionEffect(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TReflectionEffect

Description

Creates a new instance of TReflectionEffect.

Create sets the Enabled property to True, Length, to 0.5, Offset, to 0, and Opacity, to 0.5.

These values can be changed any time at run time or using the Object Inspector at design time.

See Also