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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.