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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.