Freigeben über


ScrollingZoomOptions Konstruktoren

Definition

Überlädt

ScrollingZoomOptions(ScrollingAnimationMode)

Initialisiert eine neue Instanz der ScrollingZoomOptions Klasse mit dem angegebenen Animationsmodus.

ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode)

Initialisiert eine neue Instanz der ScrollingZoomOptions Klasse mit den angegebenen Animations- und Andockpunktmodi.

ScrollingZoomOptions(ScrollingAnimationMode)

Initialisiert eine neue Instanz der ScrollingZoomOptions Klasse mit dem angegebenen Animationsmodus.

public:
 ScrollingZoomOptions(ScrollingAnimationMode animationMode);
 ScrollingZoomOptions(ScrollingAnimationMode const& animationMode);
public ScrollingZoomOptions(ScrollingAnimationMode animationMode);
function ScrollingZoomOptions(animationMode)
Public Sub New (animationMode As ScrollingAnimationMode)

Parameter

animationMode
ScrollingAnimationMode

Ein Wert, der angibt, ob eine Animation für die Zoomfaktoränderung wiedergegeben wird.

Gilt für:

ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode)

Initialisiert eine neue Instanz der ScrollingZoomOptions Klasse mit den angegebenen Animations- und Andockpunktmodi.

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)

Parameter

animationMode
ScrollingAnimationMode

Ein Wert, der angibt, ob eine Animation für die Zoomfaktoränderung wiedergegeben wird.

snapPointsMode
ScrollingSnapPointsMode

Ein Wert, der angibt, ob Andockpunkte während der Zoomfaktoränderung ignoriert oder berücksichtigt werden.

Gilt für: