This topic has not yet been rated - Rate this topic

DoubleAnimation Constructor (Double, Duration)

Initializes a new instance of the DoubleAnimation class that animates to the specified value over the specified duration. The starting value for the animation is the base value of the property being animated or the output from another animation.

Namespace:  System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)
public DoubleAnimation(
	double toValue,
	Duration duration
)
You cannot use constructors in XAML.

Parameters

toValue
Type: System.Double

The destination value of the animation.

duration
Type: System.Windows.Duration

The length of time the animation takes to play from start to finish, once. See the Duration property for more information.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.