Share via


ScrollingZoomOptions Constructors

Definition

Overloads

ScrollingZoomOptions(ScrollingAnimationMode)

Initializes a new instance of the ScrollingZoomOptions class with the specified animation mode.

ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode)

Initializes a new instance of the ScrollingZoomOptions class with the specified animation and snap points modes.

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.

Applies to