RowDefinition.Height Property

Definition

Gets or sets the height of the row.

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

Property Value

Attributes

Applies to