FMX.Filter.Effects.TFilterSwirlTransition.Strength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Strength: Single read GetStrength write SetStrength;

C++

__property float Strength = {read=GetStrength, write=SetStrength};

Properties

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

Description

FMX.Filter.Effects.TFilterSwirlTransition.Strength inherits from FMX.Filter.Effects.TSwirlTransitionEffect.Strength. All content below this line refers to FMX.Filter.Effects.TSwirlTransitionEffect.Strength.

Specifies the amount of spiral winding.

Strength is a System.Single value that takes values in the range from -70.00 through 70.00. If the Strength value is negative, the winding is made clockwise. If the value is positive, the winding is made counterclockwise.

If Strength is not explicitly set, it is considered equal to 30.

See Also