ScrollControllerScrollByRequestedEventArgs.OffsetDelta Property

Definition

Gets the amount of change to the scroll offset.

public:
 property double OffsetDelta { double get(); };
double OffsetDelta();
public double OffsetDelta { get; }
var double = scrollControllerScrollByRequestedEventArgs.offsetDelta;
Public ReadOnly Property OffsetDelta As Double

Property Value

Double

double

The amount of change to the scroll offset.

Applies to