KeyFrameAnimation.IterationBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The iteration behavior for the key frame animation.
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
Property Value
The iteration behavior for the key frame animation.