다음을 통해 공유


Duration.Forever 속성

정의

무한 간격을 나타내는 Duration 값을 가져옵니다.

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

속성 값

무한한 값으로 초기화된 Duration 입니다.

설명

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

적용 대상