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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.