Click or drag to resize
DigitalRuneFromToByAnimationTBy Property
Gets or sets the final value of the animation relative to the start value.

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

Property Value

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