Class BackEase
This class implements an easing function that backs up before going to the destination.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class BackEase : EasingFunctionBase, IEasingFunction
Constructors
| Improve this Doc View SourceBackEase()
Declaration
[NotImplemented]
public BackEase()
Fields
| Improve this Doc View SourceAmplitudeProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AmplitudeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAmplitude
Declaration
[NotImplemented]
public double Amplitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceEaseInCore(Double)
Declaration
[NotImplemented]
protected override double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | normalizedTime |
Returns
Type | Description |
---|---|
System.Double |