Summary
Parses a Easing type string.
- Namespace
- Avalonia
.Animation .Easings - Containing Type
- Easing
Syntax
public static Easing Parse(string e)
Parameters
Name | Type | Description |
---|---|---|
e | string | The Easing type string. |
Return Value
Type | Description |
---|---|
Easing | Returns the instance of the parsed type. |