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 到要控制的动画的持续时间。