Click or drag to resize
DigitalRuneAnimationCurveTValue, TPoint, TCurveKey, TCurveCurve Property
Gets or sets the curve that defines the animation.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(SharedResource = true)]
public TCurve Curve { get; set; }

Property Value

Type: TCurve
The curve that defines the animation.
See Also