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 属性の使用方法
<object property="Forever" />
XAML 値
property
値を受け取る Duration プロパティ。