共用方式為


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 之間。

適用於