Share via


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)。

適用対象