Bahasa

Grid.RowDefinitions Properti

Definisi

Mendapatkan yang RowDefinitionCollection ditentukan pada instans ini dari Grid.

public:
 property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); };
public:
 property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); void set(System::Windows::Controls::RowDefinitionCollection ^ value); };
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; }
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))]
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; set; }
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))>]
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection with get, set
Public ReadOnly Property RowDefinitions As RowDefinitionCollection
Public Property RowDefinitions As RowDefinitionCollection

Nilai Properti

Ditentukan RowDefinitionCollection pada instans ini dari Grid.

Atribut

Keterangan

Penggunaan Elemen Properti XAML

<object>
  <object.RowDefinitions>
    OneOrMoreRowDefinitions
  </object.RowDefinitions>
</object>

Nilai XAML

OneOrMoreRowDefinitions Satu atau beberapa RowDefinition elemen. Masing-masing menjadi RowDefinition tempat penampung yang mewakili baris dalam tata letak kisi akhir.

Berlaku untuk

Lihat juga