DoubleAnimation.To property
Gets or sets the animation's ending value.
Syntax
<DoubleAnimation To="double"/>
Property value
Type: IReference<Double> [C++] | System.Nullable<Double> [.NET]
The ending value of the animation. The default is null.
If you are programming using C# or Visual Basic, the type of this property is projected as double? (a nullable double).
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
