RepeatBehavior.Forever 属性

定义

获取一个 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; }
member this.Forever : Windows.UI.Xaml.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior

属性值

RepeatBehavior

用于指定无限数目的重复的 RepeatBehavior

注解

此结构表示 WinRT Windows运行时 (的 .NET) RepeatBehavior 投影。 有关详细信息,请参阅 UWP API 参考中的 RepeatBehavior。

适用于