RepeatBehavior.Forever 属性

定义

获取一个 RepeatBehavior,它指定无限数目的重复。

public:
 static property System::Windows::Media::Animation::RepeatBehavior Forever { System::Windows::Media::Animation::RepeatBehavior get(); };
public static System.Windows.Media.Animation.RepeatBehavior Forever { get; }
member this.Forever : System.Windows.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior

属性值

RepeatBehavior

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

适用于