Grid.RowDefinitions Özellik

Tanım

Bu örneğinde RowDefinitionCollectiontanımlanmış bir Grid alır.

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

Özellik Değeri

RowDefinitionCollection Bu örneğinde tanımlanan bir Grid.

Öznitelikler

Açıklamalar

XAML Özellik Öğesi Kullanımı

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

XAML Değerleri

OneOrMoreRowDefinitions Bir veya daha fazla RowDefinition öğe. Her biri RowDefinition , son kılavuz düzenindeki bir satırı temsil eden bir yer tutucuya dönüşür.

Şunlara uygulanır

Ayrıca bkz.