KeyFrameAnimation.StopBehavior Eigenschaft

Definition

Gibt an, wie der Eigenschaftswert festgelegt wird, wenn StopAnimation aufgerufen wird.

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

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

Eigenschaftswert

Gibt an, wie der Eigenschaftswert festgelegt wird, wenn StopAnimation aufgerufen wird.

Gilt für: