Condividi tramite


AnimationController.ProgressBehavior Proprietà

Definizione

Ottiene o imposta un valore che indica come viene determinato lo stato di avanzamento.

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

Valore della proprietà

Valore dell'enumerazione che indica come viene determinato lo stato di avanzamento. Il valore predefinito è Default.

Commenti

Usare IncludesDelayTime per includere il tempo di ritardo nel valore di stato.

Si applica a