Share via


RowDefinition Constructors

Definition

Overloads

Name Description
RowDefinition()

Initializes a new RowDefinition with default height (Star).

RowDefinition(GridLength)

RowDefinition()

Source:
RowDefinition.cs
Source:
RowDefinition.cs
Source:
RowDefinition.cs

Initializes a new RowDefinition with default height (Star).

public:
 RowDefinition();
public RowDefinition();
Public Sub New ()

Applies to

RowDefinition(GridLength)

Source:
RowDefinition.cs
Source:
RowDefinition.cs
Source:
RowDefinition.cs
public:
 RowDefinition(Microsoft::Maui::GridLength height);
public RowDefinition(Microsoft.Maui.GridLength height);
new Microsoft.Maui.Controls.RowDefinition : Microsoft.Maui.GridLength -> Microsoft.Maui.Controls.RowDefinition
Public Sub New (height As GridLength)

Parameters

height
GridLength

Applies to