FMX.Filter.Effects.TFilterWave.WaveSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WaveSize: Single read GetWaveSize write SetWaveSize;

C++

__property float WaveSize = {read=GetWaveSize, write=SetWaveSize};

Properties

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

Description

FMX.Filter.Effects.TFilterWave.WaveSize inherits from FMX.Filter.Effects.TWaveEffect.WaveSize. All content below this line refers to FMX.Filter.Effects.TWaveEffect.WaveSize.

Specifies the size of the waves.

WaveSize is a System.Single value that takes values in the range from 32.00 through 256.00. The higher the WaveSize value, the smaller the waves.

If WaveSize is smaller, the Time has a smaller influence on the aspect of the waves.

If WaveSize is not explicitly set, it is considered equal to 64.00.

See Also