KeyFrameAnimation.IterationCount Свойство

Определение

Количество повторов анимации по ключевым кадрам.

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

Значение свойства

Int32

int

Количество повторов анимации по ключевым кадрам.

Применяется к