AnimationController.ProgressBehavior 属性

定义

获取或设置一个值,该值指示如何确定进度。

public:
 property AnimationControllerProgressBehavior ProgressBehavior { AnimationControllerProgressBehavior get(); void set(AnimationControllerProgressBehavior value); };
AnimationControllerProgressBehavior ProgressBehavior();

void ProgressBehavior(AnimationControllerProgressBehavior value);
public AnimationControllerProgressBehavior ProgressBehavior { get; set; }
var animationControllerProgressBehavior = animationController.progressBehavior;
animationController.progressBehavior = animationControllerProgressBehavior;
Public Property ProgressBehavior As AnimationControllerProgressBehavior

属性值

枚举的一个值,该值指示如何确定进度。 默认值为 Default

注解

使用 IncludesDelayTime 在进度值中包含延迟时间。

适用于