Share via


AnimationController.Progress プロパティ

定義

アニメーションの現在の再生位置を示す値を取得または設定します。

public:
 property float Progress { float get(); void set(float value); };
float Progress();

void Progress(float value);
public float Progress { get; set; }
var single = animationController.progress;
animationController.progress = single;
Public Property Progress As Single

プロパティ値

Single

float

アニメーションの現在の再生位置。

注釈

有効な値の範囲は 0 から、制御されるアニメーションの継続時間です。

適用対象