Gets or sets the start value of the animation.
Namespace: DigitalRune.AnimationAssembly: 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); } |