Compartir a través de


AnimationController.ProgressBehavior Propiedad

Definición

Obtiene o establece un valor que indica cómo se determina el progreso.

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

Valor de propiedad

Valor de la enumeración que indica cómo se determina el progreso. El valor predeterminado es Default.

Comentarios

Use IncludesDelayTime para incluir el tiempo de retraso en el valor de progreso.

Se aplica a