RepeatBehavior.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 。