RowDefinition Constructors

Definition

Overloads

RowDefinition()

Creates a new RowDefinition object with default values.

RowDefinition(GridLength)

RowDefinition()

Creates a new RowDefinition object with default values.

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

Applies to

RowDefinition(GridLength)

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