Table of Contents

Class ZoomPanAnimationHelper

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

A helper class to simplify animation.

public static class ZoomPanAnimationHelper
Inheritance
ZoomPanAnimationHelper
Inherited Members

Methods

CancelAnimation(UIElement, DependencyProperty)

Cancel any animations that are running on the specified dependency property.

StartAnimation(UIElement, DependencyProperty, double, double)

Starts an animation to a particular value on the specified dependency property.

StartAnimation(UIElement, DependencyProperty, double, double, bool)

Starts an animation to a particular value on the specified dependency property.

StartAnimation(UIElement, DependencyProperty, double, double, EventHandler)

Starts an animation to a particular value on the specified dependency property. You can pass in an event handler to call when the animation has completed.

StartAnimation(UIElement, DependencyProperty, double, double, EventHandler, bool)

Starts an animation to a particular value on the specified dependency property. You can pass in an event handler to call when the animation has completed.