GridLength コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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)。