This topic has not yet been rated - Rate this topic

DoubleAnimation.To property

Gets or sets the animation's ending value.

Syntax


public Nullable<double> To { get; set; }


<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

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

DoubleAnimation

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.