FMX.Ani.TBitmapListAnimation.AnimationCount
Delphi
property AnimationCount: Integer read FAnimationCount write FAnimationCount;
C++
__property int AnimationCount = {read=FAnimationCount, write=FAnimationCount, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | published | FMX.Ani.pas FMX.Ani.hpp | FMX.Ani | TBitmapListAnimation | 
説明
アニメーションのフレーム数を示します。
AnimationCount プロパティは、AnimationBitmap プロパティで指定されたビットマップ イメージに保有されている、複数の状態の数と全く同じ、アニメーションのフレーム数を示します。
たとえば、次のイメージの場合、4 つの状態があります。 この場合、AnimationCount は 4 に設定されます。
