다음을 통해 공유


RepeatBehavior.Forever 속성

정의

무한 반복 횟수를 지정하는 RepeatBehavior 를 가져옵니다.

public:
 static property Windows::UI::Xaml::Media::Animation::RepeatBehavior Forever { Windows::UI::Xaml::Media::Animation::RepeatBehavior get(); };
public static Windows.UI.Xaml.Media.Animation.RepeatBehavior Forever { get; }
static member Forever : Windows.UI.Xaml.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior

속성 값

무한 반복 횟수를 지정하는 RepeatBehavior 입니다.

설명

이 구조체는 WinRT(Windows 런타임) RepeatBehavior 구조체의 .NET 프로젝션을 나타냅니다. 자세한 내용은 UWP API 참조에서 RepeatBehavior 를 참조하세요.

적용 대상