Summary
Parses a string to return a
GridLength
.
- Namespace
- Avalonia
.Controls - Containing Type
- GridLength
Syntax
public static GridLength Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The string. |
Return Value
Type | Description |
---|---|
GridLength | The GridLength . |