CubicBezierEasing Class
Obsolete.
Note: This API is now obsolete.
Definition
Namespace: Avalonia.Animation.Easings
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ObsoleteAttribute("Use SplineEasing instead")]
public sealed class CubicBezierEasing : IEasing
<ObsoleteAttribute("Use SplineEasing instead")>
Public NotInheritable Class CubicBezierEasing
Implements IEasing
[<SealedAttribute>]
[<ObsoleteAttribute("Use SplineEasing instead")>]
type CubicBezierEasing =
class
interface IEasing
end
| Inheritance | Object → CubicBezierEasing |
| Implements | IEasing |
Properties
| ControlPoint1 | |
| ControlPoint2 |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() | Serves as the default hash function. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a string that represents the current object. (Inherited from Object) |