Share via


Grid.RowDefinitions プロパティ

定義

各行の高さを制御する 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 オブジェクトによって制御されたかのようにレンダリングされます。

適用対象