RepeatBehavior.Forever 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 RepeatBehavior,指定無限重複次數。
public:
static property Windows::UI::Xaml::Media::Animation::RepeatBehavior Forever { Windows::UI::Xaml::Media::Animation::RepeatBehavior get(); };
public static Windows.UI.Xaml.Media.Animation.RepeatBehavior Forever { get; }
static member Forever : Windows.UI.Xaml.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior
屬性值
RepeatBehavior,指定無限重複次數。
備註
此結構代表 Windows 執行時間 (WinRT) RepeatBehavior
結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 RepeatBehavior 。