Xceed Toolkit Plus for WPF v4.6 Documentation
Xceed.Wpf.Toolkit.Media.Animation Namespace
Inheritance Hierarchy
Xceed.Wpf.Toolkit Assembly : Xceed.Wpf.Toolkit.Media.Animation Namespace
Provides various animation classes, structures, and delegates.
Classes
 ClassDescription
ClassProvides a type converter to convert AnimationRate to and from other representations.
ClassThis class contains a delegate which will eventually point to the actual implementation of the equation.
ClassThe converter used to convert IterativeEquation to a specific PennerEquation defined in the PennerEquations class based on a string. This comes in really handy when we are creating the "IterativeDoubleAnimation" in markup. All we need to do is set the "Equation" property on the IterativeDoubleAnimation to a string corresponding to a PennerEquation from the PennerEquations class.
ClassThis is a type of IterativeEquation which animates double values.
ClassThis class contains a rich set of pre-defined PennerEquations and their implementations. Any of the PennerEquations can be used as the equation for an IterativeEquation.
Structures
 StructureDescription
StructureThis structure may represent an animation's Duration (TimeSpan) or Speed (double).
Delegates
 DelegateDescription
Delegate 
See Also

Reference

Xceed.Wpf.Toolkit Assembly