Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 635 Bytes

doubleanimation_to.md

File metadata and controls

33 lines (21 loc) · 635 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.DoubleAnimation.To
winrt property

Windows.UI.Xaml.Media.Animation.DoubleAnimation.To

-description

Gets or sets the animation's ending value.

-xaml-syntax

<DoubleAnimation To="double"/>

-property-value

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).

-remarks

-examples

-see-also