KeyFrameAnimation.IterationBehavior Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Das Iterationsverhalten für die Keyframeanimation.
public:
property AnimationIterationBehavior IterationBehavior { AnimationIterationBehavior get(); void set(AnimationIterationBehavior value); };
AnimationIterationBehavior IterationBehavior();
void IterationBehavior(AnimationIterationBehavior value);
public AnimationIterationBehavior IterationBehavior { get; set; }
var animationIterationBehavior = keyFrameAnimation.iterationBehavior;
keyFrameAnimation.iterationBehavior = animationIterationBehavior;
Public Property IterationBehavior As AnimationIterationBehavior
Eigenschaftswert
Das Iterationsverhalten für die Keyframeanimation.