AnimationController.ProgressBehavior Property

Definition

Gets or sets a value that indicates how progress is determined.

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

Property Value

A value of the enumeration that indicates how progress is determined. The default is Default.

Remarks

Use IncludesDelayTime to include delay time in the progress value.

Applies to