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 です

注釈

進行状況の値に遅延時間を含めるには、 IncludesDelayTime を使用します。

適用対象