AnimationController.Progress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示動畫的目前播放位置。
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 到所控制動畫的持續時間。