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

プロパティ値

RepeatBehaviorType

繰り返し動作の種類。

注釈

この構造体は、Windows ランタイム (WinRT) 構造体の .net 射影を表し RepeatBehavior ます。 詳細については、UWP API リファレンスの「 system.windows.media.animation.timeline.repeatbehavior 」を参照してください。

適用対象