FMX.Filter.Effects.TFilterBandedSwirlTransition.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 TFilterBandedSwirlTransition

Description

FMX.Filter.Effects.TFilterBandedSwirlTransition.Strength inherits from FMX.Filter.Effects.TBandedSwirlTransitionEffect.Strength. All content below this line refers to FMX.Filter.Effects.TBandedSwirlTransitionEffect.Strength.

Specifies the amount of spiral twisting.

Strength is a System.Single value that takes values in the range from 0.00 through 10.00.

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

See Also