IsValid 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)
- C#
- VB
- F#
public bool IsValid()
Public Function IsValid As Boolean
member IsValid : unit -> bool
Return Value
Boolean
true if the X values for this KeySpline fall in acceptable range; false otherwise.