NaturalMotionAnimation.StopBehavior Property

Definition

Specifies how to set the property value when StopAnimation is called.

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

Property Value

Specifies how to set the property value when StopAnimation is called.

Applies to