Timeline.DecelerationRatio 属性

定义

获取或设置一个值,该值指定在将时间消逝从其最大速率减速到零的过程中所占用时间线的 Duration 的百分比。

public:
 property double DecelerationRatio { double get(); void set(double value); };
public double DecelerationRatio { get; set; }
member this.DecelerationRatio : double with get, set
Public Property DecelerationRatio As Double

属性值

Double

一个介于 0 和 1 之间的值(包括 0 和 1),用于指定在将时间消逝从其最大速率减速到零所占用时间线的 Duration 的百分比。 如果同时设置时间线的 AccelerationRatio 属性,则 DecelerationRatioAccelerationRatio 之和必须小于等于 1。 默认值为 0。

例外

DecelerationRatio 小于 0 或大于 1。

注解

使用 DecelerationRatio 属性创建动画,在停止之前减慢速度。 该 DecelerationRatio 属性可用于创建轻松的效果或使运动看起来更自然。 结合使用 AccelerationRatioDecelerationRatio 属性创建动画,以缓慢启动、加快速度,然后在完成之前再次减慢速度。

依赖项属性信息

标识符字段 DecelerationRatioProperty
元数据属性设置为 true

适用于

另请参阅