Share via


ScrollControllerAddScrollVelocityRequestedEventArgs.OffsetVelocity Property

Definition

Gets the requested velocity of the offset change.

public:
 property float OffsetVelocity { float get(); };
float OffsetVelocity();
public float OffsetVelocity { get; }
var single = scrollControllerAddScrollVelocityRequestedEventArgs.offsetVelocity;
Public ReadOnly Property OffsetVelocity As Single

Property Value

Single

float

The requested velocity of the offset change.

Applies to