KeySplineIsValid Method

Check to see whether the KeySpline is valid by looking at its X values.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsValid()

Return Value

Boolean
true if the X values for this KeySpline fall in acceptable range; false otherwise.

See Also