Class PowerEase
This class implements an easing function that gives a polynomial curve of arbitrary degree. If the curve you desire is cubic, quadratic, quartic, or quintic it is better to use the specialized easing functions.
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 class PowerEase : EasingFunctionBase, IEasingFunction
Fields
| Improve this Doc View SourcePowerProperty
Power Property
Declaration
public static readonly DependencyProperty PowerProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePower
Specifies the power for the polynomial equation.
Declaration
public double Power { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceEaseInCore(Double)
Declaration
protected override double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | normalizedTime |
Returns
Type | Description |
---|---|
System.Double |