RepeatBehavior 구조체

정의

Timeline 이 단순 지속 시간을 반복하는 방법을 설명합니다.

public value class RepeatBehavior : IFormattable
public struct RepeatBehavior : IFormattable
[System.Security.SecurityCritical]
public struct RepeatBehavior : IFormattable
type RepeatBehavior = struct
    interface IFormattable
[<System.Security.SecurityCritical>]
type RepeatBehavior = struct
    interface IFormattable
Public Structure RepeatBehavior
Implements IFormattable
상속
RepeatBehavior
특성
구현

설명

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

생성자

RepeatBehavior(Double)

지정된 반복 횟수를 사용하여 RepeatBehavior 구조체의 새 인스턴스를 초기화합니다.

RepeatBehavior(TimeSpan)

지정된 반복 재생 시간을 사용하여 RepeatBehavior 구조체의 새 인스턴스를 초기화합니다.

속성

Count

Windows.UI.Xaml.Media.Animation.Timeline이 반복해야 하는 횟수를 가져옵니다.

Duration

Windows.UI.Xaml.Media.Animation.Timeline이 재생해야 하는 시간 길이를 가져옵니다.

Forever

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

HasCount

반복 동작에 반복 횟수가 지정되어 있는지 여부를 나타내는 값을 가져옵니다.

HasDuration

반복 동작에 반복 재생 시간이 지정되어 있는지 여부를 나타내는 값을 가져옵니다.

Type

동작이 반복되는 방식을 설명하는 RepeatBehaviorType 값 중 하나를 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 이 RepeatBehavior와 같은지 여부를 나타냅니다.

Equals(RepeatBehavior)

지정된 RepeatBehavior가 이RepeatBehavior와 같은지 여부를 나타내는 값을 반환합니다.

Equals(RepeatBehavior, RepeatBehavior)

지정된 두 RepeatBehavior 값이 같은지 여부를 나타냅니다.

GetHashCode()

해당 인스턴스의 해시 코드를 반환합니다.

ToString()

RepeatBehavior의 문자열 표현을 반환합니다.

ToString(IFormatProvider)

지정된 형식을 사용하여 이 RepeatBehavior의 문자열 표현을 반환합니다.

연산자

Equality(RepeatBehavior, RepeatBehavior)

지정된 두 RepeatBehavior 값이 같은지 여부를 나타냅니다.

Inequality(RepeatBehavior, RepeatBehavior)

지정된 두 RepeatBehavior 값이 서로 다른지 여부를 나타냅니다.

명시적 인터페이스 구현

IFormattable.ToString(String, IFormatProvider)

이 멤버에 대한 설명은 ToString(String, IFormatProvider)를 참조하세요.

적용 대상

추가 정보