次の方法で共有


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

プロパティ値

繰り返し動作の種類。

注釈

この構造体は、Windows ランタイム (WinRT) RepeatBehavior 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「RepeatBehavior 」を参照してください。

適用対象