Gets or sets the start value of the animation.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public Nullable<T> From { get; set; }
Visual Basic
Public Property From As Nullable(Of T)
	Get
	Set
Visual C++
public:
property Nullable<T> From {
	Nullable<T> get ();
	void set (Nullable<T> value);
}

Field Value

The start value of the animation. The default value is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also