ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要求的卷動作業介於 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 之間。