ExponentialEase.Exponent Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the exponent used to determine the interpolation of the animation.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property Exponent As Double
public double Exponent { get; set; }
<ExponentialEase Exponent="double" .../>
Property Value
Type: System.Double
The exponent used to determine the interpolation of the animation. The default is 2.
Remarks
Dependency property identifier field: ExponentProperty
The formula used by ExponentialEase is the following.
Using the previous formula, the following graph illustrates the effect of several different values for the Exponent property:
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.