GridLength.Auto 屬性

定義

取得 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

適用於

另請參閱