GridLength.Auto プロパティ

定義

サイズがコンテンツ オブジェクトのサイズ プロパティによって決まる値を保持する GridLength のインスタンスを取得します。

public:
 static property System::Windows::GridLength Auto { System::Windows::GridLength get(); };
public static System.Windows.GridLength Auto { get; }
member this.Auto : System.Windows.GridLength
Public Shared ReadOnly Property Auto As GridLength

プロパティ値

GridLength

GridLength プロパティが GridUnitType に設定された Auto のインスタンス。

適用対象

こちらもご覧ください