Click or drag to resize
DigitalRuneLogarithmicEaseBase Property
Gets or sets the base of the logarithm.

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

Property Value

Type: Single
The base of the logarithm. The default value is 2.
See Also