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のインスタンス。

適用対象

こちらもご覧ください