A helper class that handles IAnimation
objects and runs their Animate(Double)
methods on a UIElement's Dispatcher.
Namespace: yWorks.Canvas.AnimationAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class Animator |
| Visual Basic |
|---|
Public Class Animator |
Remarks
This class is primarily intended to be used with CanvasControl.
Use the Animate(IAnimation) or AnimateAndWait(IAnimation)
methods to start animations.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Animation..::..Animator
yWorks.Canvas.Animation..::..Animator