KeyFrameAnimation.IterationCount Property
Definition
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; }
Public Property IterationCount As Integer
Property Value
The number of times to repeat the key frame animation.