Show: Delphi
C++
Display Preferences
FMX.Filter.Effects.TFilterSwirl.Strength
From XE2 API Documentation
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 | TFilterSwirl |
Description
FMX.Filter.Effects.TFilterSwirl.Strength inherits from FMX.Filter.Effects.TSwirlEffect.Strength. All content below this line refers to FMX.Filter.Effects.TSwirlEffect.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 Strength is positive, the swirling is counterclockwise. If Strength is negative, the swirling is clockwise.
If Strength is not explicitly set, it is considered equal to 10.00.