Grid.RowDefinitions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
各行の高さを制御する RowDefinition オブジェクトのコレクションを取得または設定するバインドされたプロパティにインターフェイスを提供します。
public:
property Microsoft::Maui::Controls::RowDefinitionCollection ^ RowDefinitions { Microsoft::Maui::Controls::RowDefinitionCollection ^ get(); void set(Microsoft::Maui::Controls::RowDefinitionCollection ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter))]
public Microsoft.Maui.Controls.RowDefinitionCollection RowDefinitions { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.RowDefinitionCollectionTypeConverter))>]
member this.RowDefinitions : Microsoft.Maui.Controls.RowDefinitionCollection with get, set
Public Property RowDefinitions As RowDefinitionCollection
プロパティ値
Grid インスタンスの RowDefinitionCollection。
- 属性
注釈
RowDefinitions は、各行の RowDefinition 高さを決定するオブジェクトの順序付けされたセットです。 連続する RowDefintion は、連続する各行の幅を制御します。 RowDefinitions が空の場合、または定義よりも多くの行がある場合、定義がない行は、その Height プロパティが に Star設定されている RowDefinition オブジェクトによって制御されたかのようにレンダリングされます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI