AnimationController.ProgressBehavior プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
進行状況の決定方法を示す値を取得または設定します。
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 を使用します。