KeySplineParse Method
Parse a
KeySpline from a string. The string
needs to contain 4 values in it for the 2 control points.
Namespace: Avalonia.AnimationAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static KeySpline Parse(
string value,
CultureInfo? culture
)
Public Shared Function Parse (
value As String,
culture As CultureInfo
) As KeySpline
static member Parse :
value : string *
culture : CultureInfo -> KeySpline
- value String
- string with 4 values in it
- culture CultureInfo
- culture of the string
KeySplineA
KeySpline with the appropriate values set