다음을 통해 공유


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

키 프레임 애니메이션을 반복할 횟수입니다.

적용 대상