Freigeben über


AnimationController.ProgressBehavior Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie der Fortschritt bestimmt wird, oder legt diesen fest.

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

Eigenschaftswert

Ein Wert der -Enumeration, der angibt, wie der Fortschritt bestimmt wird. Der Standardwert ist Standard.

Hinweise

Verwenden Sie IncludesDelayTime , um die Verzögerungszeit in den Statuswert einzuschließen.

Gilt für: