Click or drag to resize
DigitalRuneEasingFunctionMode Property
Gets or sets a value that indicates how the easing function interpolates.

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

Property Value

Type: EasingMode
The value of the EasingMode enumeration that indicates how the easing function interpolates.
See Also