FMX.Filter.Effects.TRippleEffect.Phase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Phase: Single read GetPhase write SetPhase nodefault;

C++

__property float Phase = {read=GetPhase, write=SetPhase};

Properties

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

Description

Specifies the phase of the ripples.

Phase is a System.Single value that takes values in the range from -20.00 through 20.00.

If Phase is not explicitly set, it is considered equal to 0.00.

See Also