Grid.RowDefinitions Vlastnost

Definice

RowDefinitionCollection Získá definovaný pro tuto instanci .Grid

public:
 property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); };
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; }
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection
Public ReadOnly Property RowDefinitions As RowDefinitionCollection

Hodnota vlastnosti

RowDefinitionCollection

Definovaná RowDefinitionCollection pro tuto instanci .Grid

Poznámky

Použití elementu vlastnosti XAML

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

Hodnoty XAML

OneOrMoreRowDefinitions
Jeden nebo více RowDefinition prvků. Každý z nich RowDefinition se stane zástupným symbolem představujícím řádek v konečném rozložení mřížky.

Platí pro

Viz také