This topic has not yet been rated - Rate this topic

DoubleAnimation Constructor (Double, Double, Duration)

Initializes a new instance of the DoubleAnimation class that animates from the specified starting value to the specified destination value over the specified duration.

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

Parameters

fromValue
Type: System.Double

The starting value of the animation.

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.