| BackEaseAmplitude Property |
Gets or sets the amplitude of the backwards motion.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float Amplitude { get; set; }
Public Property Amplitude As Single
Get
Set
public:
property float Amplitude {
float get ();
void set (float value);
}
member Amplitude : float32 with get, set
Property Value
Type:
Single
The amplitude of the backwards motion. The value should be in the range [0, ∞[. Negative
values are internally clamped to 0. The default value is 1.
See Also