The percentage of the animation's Duration spent decelerating the passage of time from zero to its maximum rate (range: 0.0 to 1.0).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double DecelerationRatio { get; set; }
Visual Basic
Public Property DecelerationRatio As Double
	Get
	Set
JScript
function get DecelerationRatio () : double
function set DecelerationRatio (value : double)

Remarks

The sum of AccelerationRatio and DecelerationRatio must be less than or equal to 1.

See Also