Silverlight SDK for Microsoft Bing
Animation Class
OverviewSystem.WindowsAnimation
Implements a helper class for common Storyboard objects.
Declaration Syntax
C#Visual BasicVisual C++
public class Animation
Public Class Animation
public ref class Animation
Members
All MembersConstructorsMethods



IconMemberDescription
Animation()()()
CreateAnimation(Storyboard, DependencyObject, String, Double, Double)
Creates a DoubleAnimation instance.

CreateDiscreteKeyFrame(Double, Double)
Creates a DiscreteDoubleKeyFrame instance.

CreateKeyFrameAnimation(Storyboard, DependencyObject, String)
Creates a DoubleAnimationUsingKeyFrames instance.

CreateLinearKeyFrame(Double, Double)
Creates a LinearDoubleKeyFrame instance.

CreateSplineKeyFrame(Double, Double, Point, Point)
Creates a SplineDoubleKeyFrame instance.

CreateStoryboard(TimeSpan)
Creates a Storyboard instance.

CreateStoryboard(TimeSpan, Double)
Creates a Storyboard instance.

CreateStoryboard(TimeSpan, RepeatBehavior)
Creates a Storyboard instance.

CreateStoryboard(TimeSpan, RepeatBehavior, Boolean)
Creates a Storyboard instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
SetTarget(Timeline, DependencyObject, String)
Sets the the target element for a timeline object

SetTargetName(Timeline, String, String)
Sets the the target element for a timeline object by name

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Animation

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)