ScrollControllerAddScrollVelocityRequestedEventArgs Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, IReference<float> ^ inertiaDecayRate);
/// [Windows.Foundation.Metadata.Experimental]
ScrollControllerAddScrollVelocityRequestedEventArgs(float const& offsetVelocity, IReference<float> const& inertiaDecayRate);
[Windows.Foundation.Metadata.Experimental]
public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, System.Nullable<float> inertiaDecayRate);
Public Sub New (offsetVelocity As Single, inertiaDecayRate As Nullable(Of Single))
Parâmetros
- offsetVelocity
-
Single
float
- inertiaDecayRate
-
IReference<float>
- Atributos