GridLength.IsAuto プロパティ

定義

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

public:
 property bool IsAuto { bool get(); };
public bool IsAuto { get; }
member this.IsAuto : bool
Public ReadOnly Property IsAuto As Boolean

プロパティ値

Boolean

GridUnitType プロパティが Auto の場合は true。それ以外の場合は false

注釈

この構造体は、Windows ランタイム (WinRT) 構造体の .net 射影を表し GridLength ます。 詳細については、UWP API リファレンスの「 Gridlength 」を参照してください。

適用対象