FMX.Filter.Effects.TBandedSwirlTransitionEffect.Strength

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Strength: Single read GetStrength write SetStrength nodefault;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TBandedSwirlTransitionEffect

説明

渦巻きの回転の量を示します。

StrengthSystem.Single 値で、0.00 から 10.00 の範囲の値を取ります。

Strength が明示的に設定されていない場合、1 に等しいと見なされます。

関連項目