GridLength.Auto プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サイズがコンテンツ オブジェクトのサイズ プロパティによって決まる値を保持する 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 プロパティが GridUnitType に設定された Auto のインスタンス。