Skip to main content

CubicBezierEasing Class

Obsolete.

Use SplineEasing instead

Definition

Namespace: Avalonia.Animation.Easings
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[ObsoleteAttribute("Use SplineEasing instead")]
public sealed class CubicBezierEasing : IEasing
View Source
InheritanceObject → CubicBezierEasing
ImplementsIEasing

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)

See Also

Reference

Avalonia.Animation.Easings Namespace