FMX.Filter.Effects.TFilterRipple.Phase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Phase: Single read GetPhase write SetPhase;

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 TFilterRipple

Description

FMX.Filter.Effects.TFilterRipple.Phase inherits from FMX.Filter.Effects.TRippleEffect.Phase. All content below this line refers to FMX.Filter.Effects.TRippleEffect.Phase.

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