-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.To |
winrt property |
Gets or sets the animation's ending value.
<DoubleAnimation To="double"/>
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).