Duration.Forever 属性

定义

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

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

属性值

Duration初始化为永远值。

注解

XAML 属性用法

<object property="Forever" />

XAML 值

财产 接受 Duration 值的属性。

适用于