| AnimationCurveTValue, TPoint, TCurveKey, TCurveCurve Property |
Gets or sets the curve that defines the animation.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(SharedResource = true)]
public TCurve Curve { get; set; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Curve As TCurve
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property TCurve Curve {
TCurve get ();
void set (TCurve value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Curve : 'TCurve with get, set
Property Value
Type:
TCurveThe curve that defines the animation.
See Also