FMX.Filter.Effects.TFilterRipple.AspectRatio

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AspectRatio: Single read GetAspectRatio write SetAspectRatio;

C++

__property float AspectRatio = {read=GetAspectRatio, write=SetAspectRatio};

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.AspectRatio inherits from FMX.Filter.Effects.TRippleEffect.AspectRatio. All content below this line refers to FMX.Filter.Effects.TRippleEffect.AspectRatio.

Specifies the ratio between the width and height of the ripples.

AspectRatio is a System.Single value that takes values in the range from 0.50 through 2.00.

If AspectRatio is not explicitly set, it is considered equal to 1.50.

See Also