Grid.RowDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the interface for the bound property that gets or sets the collection of RowDefinition objects that control the heights of each row.
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
Property Value
A RowDefinitionCollection for the Grid instance.
- Attributes