KeyFrameAnimation.IterationCount 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 number of times to repeat the key frame animation.
public:
property int IterationCount { int get(); void set(int value); };
int IterationCount();
void IterationCount(int value);
public int IterationCount { get; set; }
var int32 = keyFrameAnimation.iterationCount;
keyFrameAnimation.iterationCount = int32;
Public Property IterationCount As Integer
Property Value
Int32
int
The number of times to repeat the key frame animation.