[Serializable]
public sealed enum EasingMode : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
EaseIn | Interpolation follows the mathematical formula associated with the easing function. |
EaseOut | Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. |
EaseInOut | Interpolation uses System.Windows.Media.Animation.EasingMode.EaseIn for the first half of the animation and System.Windows.Media.Animation.EasingMode.EaseOut for the second half. |
See Also
Steema.TeeChart.Animations.EasingFunctions Namespace