Summary
Parses a string representation of row definitions collection.
- Namespace
- Avalonia
.Controls - Containing Type
- RowDefinitions
Syntax
public static RowDefinitions Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The row definitions string. |
Return Value
Type | Description |
---|---|
RowDefinitions | The RowDefinitions . |