EasingParse Method

Parses a Easing type string.

Definition

Namespace: Avalonia.Animation.Easings
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Easing Parse(
	string e
)

Parameters

e  String
The Easing type string.

Return Value

Easing
Returns the instance of the parsed type.

See Also