Duration.Forever 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示無限間隔的 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。
備註
XAML Attribute Usage
<object property="Forever" />
XAML 值
property
接受 Duration 值的屬性。