To Property (Animation)

Gets or sets the animation's ending value.

XAML
<object To="AnimatedType" .../>
Scripting
value = object.To
object.To = value

Property Value

AnimatedType

The ending value of the animation.

This property is read/write. The default value is null.

Remarks

For more information, see the following implementation of To: To (ColorAnimation), To (DoubleAnimation), To (PointAnimation)

Applies To

Animation

See Also

Animation Overview