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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.