GridLength コンストラクター

定義

オーバーロード

GridLength(Double)

新しい Absolute GridLength を初期化します。

GridLength(Double, GridUnitType)

新しい GridLength を初期化します。

GridLength(Double)

新しい Absolute GridLength を初期化します。

public GridLength (double value);
new Xamarin.Forms.GridLength : double -> Xamarin.Forms.GridLength

パラメーター

value
Double

新しいグリッドの長さの値。

注釈

これは、新しい GridLength (value, System.windows.gridunittype>) と同じ striclty です。

適用対象

GridLength(Double, GridUnitType)

新しい GridLength を初期化します。

public GridLength (double value, Xamarin.Forms.GridUnitType type);
new Xamarin.Forms.GridLength : double * Xamarin.Forms.GridUnitType -> Xamarin.Forms.GridLength

パラメーター

value
Double

GridLength のサイズ。

type
GridUnitType

GridLength の GridUnitType (Auto、Star、Absolute)。

適用対象