| PowerEasePower Property |
Gets or sets the exponent of the easing function.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float Power { get; set; }
Public Property Power As Single
Get
Set
public:
property float Power {
float get ();
void set (float value);
}
member Power : float32 with get, set
Property Value
Type:
Single
The exponent of the easing function. The value must be greater than or equal to 0. Negative
values are internally clamped to 0. The default value is 2.
See Also