다음을 통해 공유


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을 사용하여 진행률 값에 지연 시간을 포함합니다.

적용 대상