Share via


KeyFrameAnimation.StopBehavior 屬性

定義

指定呼叫 StopAnimation 時如何設定屬性值。

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

屬性值

指定呼叫 StopAnimation 時如何設定屬性值。

適用於