Skip to main content

Area2DUnwindAnimation Members

The Unwind 2D Area series animation.

Constructors

Name Description
Area2DUnwindAnimation() Initializes a new instance of the Area2DUnwindAnimation class with the default settings.

Fields

Name Description
BeginTimeProperty static Identifies the AnimationBase.BeginTime dependency property. Inherited from AnimationBase.
DurationProperty static Identifies the AnimationBase.Duration dependency property. Inherited from AnimationBase.
EasingFunctionProperty static Identifies the AnimationBase.EasingFunction dependency property. Inherited from AnimationBase.
UnwindDirectionProperty static Identifies the Area2DUnwindAnimation.UnwindDirection dependency property.

Properties

Name Description
BeginTime Specifies the time when the animation is started. This is a dependency property. Inherited from AnimationBase.
Duration Specifies the duration of the animation. This is a dependency property. Inherited from AnimationBase.
EasingFunction Specifies the easing function for the animation. This is a dependency property. Inherited from AnimationBase.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
UnwindDirection Specifies the direction of Area2DUnwindAnimation. This is a dependency property.

Methods

Name Description
CreateAnimatedClipBounds(Rect, Double) For internal use only.
CreateAnimatedTransformation(Rect, Point, Boolean, Boolean, Boolean, Double) For internal use only. Inherited from Area2DAnimationBase.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also