ScrollControllerScrollByRequestedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ScrollControllerScrollByRequestedEventArgs class with the specified offset delta and options.
ScrollControllerScrollByRequestedEventArgs(double const& offsetDelta, ScrollingScrollOptions const& options);
public ScrollControllerScrollByRequestedEventArgs(double offsetDelta, ScrollingScrollOptions options);
function ScrollControllerScrollByRequestedEventArgs(offsetDelta, options)
Public Sub New (offsetDelta As Double, options As ScrollingScrollOptions)
Parameters
- offsetDelta
-
Double
double
The amount of change to the scroll offset.
- options
- ScrollingScrollOptions
Options that specify whether or not animations are enabled and snap points are respected.