Class PowerEase
Implements easing function for animations - Math.Pow
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class PowerEase : EasingFunctionBase
Fields
PowerProperty
The power property
Declaration
public static readonly DependencyProperty PowerProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Power
Gets or sets the power.
Declaration
public float Power { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The power. |
Methods
CloneCore()
Clone core method for easing function
Declaration
protected override EasingFunctionBase CloneCore()
Returns
Type | Description |
---|---|
EasingFunctionBase |
Overrides
EaseCore(Double)
Core method for easing function
Declaration
protected override double EaseCore(double progress)
Parameters
Type | Name | Description |
---|---|---|
System.Double | progress | The progress. |
Returns
Type | Description |
---|---|
System.Double |