Share via


ScrollViewer.ZoomSnapPointsType Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie Zoom-Einrastpunkte für die Interaktionseingabe verarbeitet werden, oder legt diesen fest.

public:
 property SnapPointsType ZoomSnapPointsType { SnapPointsType get(); void set(SnapPointsType value); };
SnapPointsType ZoomSnapPointsType();

void ZoomSnapPointsType(SnapPointsType value);
public SnapPointsType ZoomSnapPointsType { get; set; }
var snapPointsType = scrollViewer.zoomSnapPointsType;
scrollViewer.zoomSnapPointsType = snapPointsType;
Public Property ZoomSnapPointsType As SnapPointsType
<ScrollViewer ZoomSnapPointsType="snapPointsTypeMemberName"/>

Eigenschaftswert

Ein Wert aus der Enumeration.

Gilt für:

Weitere Informationen