From Property (Animation)

Gets or sets the animation's starting value.

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

Property Value

AnimatedType

The starting value of the animation.

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

Remarks

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

Applies To

Animation

See Also

Animation Overview