RowDefinition Constructors
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.
Overloads
RowDefinition() |
Creates a new RowDefinition object with default values. |
RowDefinition(GridLength) |
RowDefinition()
- Source:
- RowDefinition.cs
- Source:
- RowDefinition.cs
Creates a new RowDefinition object with default values.
public:
RowDefinition();
public RowDefinition ();
Public Sub New ()
Applies to
RowDefinition(GridLength)
- 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.