Grid.RowDefinitions Propiedad

Definición

Obtiene un RowDefinitionCollection objeto definido en esta instancia de 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

Valor de propiedad

Un RowDefinitionCollection objeto definido en esta instancia de Grid.

Atributos

Comentarios

Uso de elementos de propiedad XAML

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

Valores XAML

OneOrMoreRowDefinitions Uno o varios RowDefinition elementos. Cada uno de ellos RowDefinition se convierte en un marcador de posición que representa una fila en el diseño final de la cuadrícula.

Se aplica a

Consulte también