Bagikan melalui


Grid.RowDefinitions Properti

Definisi

Menyediakan antarmuka untuk properti terikat yang mendapatkan atau mengatur kumpulan objek RowDefinition yang mengontrol tinggi setiap baris.

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

Nilai Properti

RowDefinitionCollection untuk instans Grid.

Atribut

Keterangan

RowDefinitions adalah sekumpulan RowDefinition objek yang diurutkan yang menentukan tinggi setiap baris. Setiap RowDefintion berturut-turut mengontrol lebar setiap baris berturut-turut. Jika RowDefinitions kosong, atau jika ada lebih banyak baris daripada definisi, maka baris yang tidak ada definisinya dirender seolah-olah dikontrol oleh objek RowDefinition yang propertinya Height diatur ke Star.

Berlaku untuk