Share via


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

備註

使用 IncludeDelayTime 在進度值中包含延遲時間。

適用於