GridLength.Auto 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 GridLength 的執行個體,這個執行個體所含值的大小是由內容物件的大小屬性決定。
public:
static property Windows::UI::Xaml::GridLength Auto { Windows::UI::Xaml::GridLength get(); };
public static Windows.UI.Xaml.GridLength Auto { get; }
static member Auto : Windows.UI.Xaml.GridLength
Public Shared ReadOnly Property Auto As GridLength
屬性值
的 GridLength 實體,其 GridUnitType 屬性設定為 Auto。
備註
此結構代表 Windows 執行時間 (WinRT) GridLength
結構的 .NET 投影。 如需詳細資訊,請參閱UWP API 參考中的 GridLength 。