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