NaturalMotionAnimation.StopBehavior Propriété

Définition

Spécifie comment définir la valeur de la propriété lorsque StopAnimation est appelé.

public:
 property AnimationStopBehavior StopBehavior { AnimationStopBehavior get(); void set(AnimationStopBehavior value); };
AnimationStopBehavior StopBehavior();

void StopBehavior(AnimationStopBehavior value);
public AnimationStopBehavior StopBehavior { get; set; }
var animationStopBehavior = naturalMotionAnimation.stopBehavior;
naturalMotionAnimation.stopBehavior = animationStopBehavior;
Public Property StopBehavior As AnimationStopBehavior

Valeur de propriété

Spécifie comment définir la valeur de la propriété lorsque StopAnimation est appelé.

S’applique à