By Property (Animation)

Gets or sets the total amount by which the animation changes its starting value.

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

Property Value

AnimatedType

The total amount by which the animation changes its starting value.

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

Remarks

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

Applies To

Animation

See Also

Animation Overview