KeySpline.

Parse(string, CultureInfo) Method

Summary

Parse a KeySpline from a string. The string needs to contain 4 values in it for the 2 control points.
Namespace
Avalonia.Animation
Containing Type
KeySpline

Syntax

public static KeySpline Parse(string value, CultureInfo culture)

Parameters

Name Type Description
value string string with 4 values in it
culture CultureInfo culture of the string

Return Value

Type Description
KeySpline A KeySpline with the appropriate values set