Windows.UI.Xaml.Media.Animation.DoubleAnimation.From
July 6, 2022 · View on GitHub
-description
Gets or sets the animation's starting value.
-xaml-syntax
<DoubleAnimation From="double"/>
-property-value
The starting 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).