다음을 통해 공유


RepeatBehavior.Type 속성

정의

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

public:
 property Windows::UI::Xaml::Media::Animation::RepeatBehaviorType Type { Windows::UI::Xaml::Media::Animation::RepeatBehaviorType get(); void set(Windows::UI::Xaml::Media::Animation::RepeatBehaviorType value); };
public Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Type { get; set; }
member this.Type : Windows.UI.Xaml.Media.Animation.RepeatBehaviorType with get, set
Public Property Type As RepeatBehaviorType

속성 값

반복 동작의 유형입니다.

설명

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

적용 대상