Class EasingFunctionBase
Provides the base class for all the easing functions.
Inheritance
System.Object
EasingFunctionBase
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
public abstract class EasingFunctionBase : DependencyObject, IEasingFunction
Constructors
| Improve this Doc View SourceEasingFunctionBase()
Declaration
protected EasingFunctionBase()
Fields
| Improve this Doc View SourceEasingModeProperty
Identifies the EasingMode dependency property.
Declaration
public static readonly DependencyProperty EasingModeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceEasingMode
Gets or sets a value that specifies how the animation interpolates.
Declaration
public EasingMode EasingMode { get; set; }
Property Value
Type | Description |
---|---|
EasingMode |
Methods
| Improve this Doc View SourceEase(Double)
Declaration
[NotImplemented]
public double Ease(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | normalizedTime |
Returns
Type | Description |
---|---|
System.Double |
EaseInCore(Double)
Declaration
[NotImplemented]
protected abstract double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | normalizedTime |
Returns
Type | Description |
---|---|
System.Double |
GetEasingModeAsString()
Declaration
protected string GetEasingModeAsString()
Returns
Type | Description |
---|---|
System.String |