ScrollingScrollOptions Constructors
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.
Overloads
ScrollingScrollOptions(ScrollingAnimationMode) |
Initializes a new instance of the |
ScrollingScrollOptions(ScrollingAnimationMode, ScrollingSnapPointsMode) |
Initializes a new instance of the |
ScrollingScrollOptions(ScrollingAnimationMode)
Initializes a new instance of the ScrollingScrollOptions
class with the specified animation mode.
public:
ScrollingScrollOptions(ScrollingAnimationMode animationMode);
ScrollingScrollOptions(ScrollingAnimationMode const& animationMode);
public ScrollingScrollOptions(ScrollingAnimationMode animationMode);
function ScrollingScrollOptions(animationMode)
Public Sub New (animationMode As ScrollingAnimationMode)
Parameters
- animationMode
- ScrollingAnimationMode
A value that indicates whether or not an animation is played for the scroll operation.
Applies to
ScrollingScrollOptions(ScrollingAnimationMode, ScrollingSnapPointsMode)
Initializes a new instance of the ScrollingScrollOptions
class with the specified animation and snap points modes.
public:
ScrollingScrollOptions(ScrollingAnimationMode animationMode, ScrollingSnapPointsMode snapPointsMode);
ScrollingScrollOptions(ScrollingAnimationMode const& animationMode, ScrollingSnapPointsMode const& snapPointsMode);
public ScrollingScrollOptions(ScrollingAnimationMode animationMode, ScrollingSnapPointsMode snapPointsMode);
function ScrollingScrollOptions(animationMode, snapPointsMode)
Public Sub New (animationMode As ScrollingAnimationMode, snapPointsMode As ScrollingSnapPointsMode)
Parameters
- animationMode
- ScrollingAnimationMode
A value that indicates whether or not an animation is played for the scroll operation.
- snapPointsMode
- ScrollingSnapPointsMode
A value that indicates whether snap points are ignored or respected during the scroll operation.