Summary
Parses a string to return a collection of
GridLength
s.
- Namespace
- Avalonia
.Controls - Containing Type
- GridLength
Syntax
public static IEnumerable<GridLength> ParseLengths(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The string. |
Return Value
Type | Description |
---|---|
IEnumerable |
The GridLength . |