Compartir a través de


NaturalMotionAnimation.StopBehavior Propiedad

Definición

Especifica cómo establecer el valor de propiedad cuando se llama a StopAnimation .

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

Valor de propiedad

Especifica cómo establecer el valor de propiedad cuando se llama a StopAnimation .

Se aplica a