GridLength.Auto 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 GridLength 的執行個體,這個執行個體所含值的大小是由內容物件的大小屬性決定。
public:
static property System::Windows::GridLength Auto { System::Windows::GridLength get(); };
public static System.Windows.GridLength Auto { get; }
static member Auto : System.Windows.GridLength
Public Shared ReadOnly Property Auto As GridLength
屬性值
GridLength 的執行個體,其 GridUnitType 屬性已設為 Auto。