Duration.Forever 属性

定义

获取表示无限间隔的 Duration 值。

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

属性值

Duration

初始化为永久值的 Duration

注解

XAML 属性用法

<object property="Forever" />  

XAML 值

property
接受 Duration 值的属性。

适用于