Partager via


Grid.RowDefinitions Propriété

Définition

Fournit l’interface pour la propriété liée qui obtient ou définit la collection d’objets RowDefinition contrôlant la hauteur de chaque ligne.

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

Valeur de propriété

RowDefinitionCollection pour l’instance Grid.

Attributs

Remarques

RowDefinitions est un ensemble ordonné d’objets RowDefinition qui déterminent la hauteur de chaque ligne. Chaque RowDefintion successive contrôle la largeur de chaque ligne successive. Si RowDefinitions est vide ou s’il existe plus de lignes que de définitions, les lignes pour lesquelles il n’existe aucune définition sont rendues comme si elles étaient contrôlées par un objet RowDefinition dont la Height propriété est définie sur Star.

S’applique à