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; }
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.

Applies to