Defines the modes in which classes derived from System.Windows.Media.Animation.EasingFunctionBase perform their easing.
[Serializable]
public sealed enum EasingMode : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
EaseInInterpolation follows the mathematical formula associated with the easing function.
EaseOutInterpolation follows 100% interpolation minus the output of the formula associated with the easing function.
EaseInOutInterpolation 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