Compartir a través de


ScrollControllerAddScrollVelocityRequestedEventArgs Constructor

Definición

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

Nullable<Single>

IReference<float>

Atributos

Se aplica a