AnimationController.ProgressBehavior Propriété

Définition

Obtient ou définit une valeur qui indique comment la progression est déterminée.

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

Valeur de propriété

Valeur de l’énumération qui indique comment la progression est déterminée. La valeur par défaut est Default.

Remarques

Utilisez IncludesDelayTime pour inclure le délai dans la valeur de progression.

S’applique à