Grid.RowDefinitions Egenskap

Definition

Hämtar en RowDefinitionCollection definierad på den här instansen av 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

Egenskapsvärde

En RowDefinitionCollection definierad för den här instansen av Grid.

Attribut

Kommentarer

Användning av XAML-egenskapselement

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

XAML-värden

OneOrMoreRowDefinitions Ett eller flera RowDefinition element. Varje sådan RowDefinition blir en platshållare som representerar en rad i den slutliga rutnätslayouten.

Gäller för

Se även