Click or drag to resize
DigitalRuneFromToByAnimationTFrom Property
Gets or sets the start value of the animation.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Nullable<T> From { get; set; }

Property Value

Type: NullableT
The start value of the animation. The default value is .
See Also