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