Duration.Automatic 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得自動決定的 Duration 值。
public:
static property Windows::UI::Xaml::Duration Automatic { Windows::UI::Xaml::Duration get(); };
public static Windows.UI.Xaml.Duration Automatic { get; }
static member Automatic : Windows.UI.Xaml.Duration
Public Shared ReadOnly Property Automatic As Duration
屬性值
初始化為自動值的 Duration。
備註
此結構代表 Windows 執行時間 (WinRT) Duration
結構的 .NET 投影。 如需詳細資訊,請參閱UWP API參考中的 持續時間 。