GridLength.Auto プロパティ

定義

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

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

プロパティ値

プロパティが GridUnitTypeAuto設定されている のGridLengthインスタンス。

注釈

この構造体は、Windows ランタイム (WinRT) GridLength 構造体の .NET プロジェクションを表します。 詳細については、「UWP API リファレンス」の 「GridLength 」を参照してください。

適用対象