Skip to main content

AnimationBase Properties

Represents the base class for all animations.
Name Description
BeginTime Specifies the time when the animation is started. This is a dependency property.
Duration Specifies the duration of the animation. This is a dependency property.
EasingFunction Specifies the easing function for the animation. This is a dependency property.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
See Also