ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate 属性

定义

获取请求的滚动操作的惯性衰减率(介于 0.0 和 1.0 之间)。

public:
 property IReference<float> ^ InertiaDecayRate { IReference<float> ^ get(); };
IReference<float> InertiaDecayRate();
public System.Nullable<float> InertiaDecayRate { get; }
var iReference = scrollControllerAddScrollVelocityRequestedEventArgs.inertiaDecayRate;
Public ReadOnly Property InertiaDecayRate As Nullable(Of Single)

属性值

请求的滚动操作的惯性衰减率(介于 0.0 和 1.0 之间)。

适用于