Compartilhar via


AnimationController.ProgressBehavior Propriedade

Definição

Obtém ou define um valor que indica como o progresso é determinado.

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 da propriedade

Um valor da enumeração que indica como o progresso é determinado. O padrão é Padrão.

Comentários

Use IncludesDelayTime para incluir o tempo de atraso no valor de progresso.

Aplica-se a