| EasingFunctionMode Property |
Gets or sets a value that indicates how the easing function interpolates.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public EasingMode Mode { get; set; }
Public Property Mode As EasingMode
Get
Set
public:
property EasingMode Mode {
EasingMode get ();
void set (EasingMode value);
}
member Mode : EasingMode with get, set
Property Value
Type:
EasingMode
The value of the
EasingMode enumeration that indicates how the easing function
interpolates.
See Also