GridLength コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GridLength(Double) |
新しい Absolute GridLength を初期化します。 |
GridLength(Double, GridUnitType) |
新しい GridLength を初期化します。 |
GridLength(Double)
- ソース:
- GridLength.cs
- ソース:
- GridLength.cs
新しい Absolute GridLength を初期化します。
public:
GridLength(double value);
public GridLength (double value);
new Microsoft.Maui.GridLength : double -> Microsoft.Maui.GridLength
Public Sub New (value As Double)
パラメーター
- value
- Double
新しいグリッドの長さの値。
注釈
これは、新しい GridLength (値、GridUnitType.Absolute) に相当します。
適用対象
GridLength(Double, GridUnitType)
- ソース:
- GridLength.cs
- ソース:
- GridLength.cs
新しい GridLength を初期化します。
public:
GridLength(double value, Microsoft::Maui::GridUnitType type);
public GridLength (double value, Microsoft.Maui.GridUnitType type);
new Microsoft.Maui.GridLength : double * Microsoft.Maui.GridUnitType -> Microsoft.Maui.GridLength
Public Sub New (value As Double, type As GridUnitType)
パラメーター
- value
- Double
GridLength のサイズ。
- type
- GridUnitType
GridLength の GridUnitType (Auto、Star、Absolute)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI