DoubleAnimation Constructor (Double, Double, Duration)
.NET Framework 3.5
Initializes a new instance of the DoubleAnimation class that animates from the specified starting value to the specified destination value over the specified duration.
Assembly: PresentationCore (in PresentationCore.dll)
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.