Click or drag to resize
DigitalRuneFromToByAnimationTDuration Property
Gets or sets the duration of the interpolation.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public TimeSpan Duration { get; set; }

Property Value

Type: TimeSpan
The duration of the interpolation. (The default value is 1 second.)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also