ScrollViewer.ZoomSnapPointsType Propiedad

Definición

Obtiene o establece un valor que indica cómo se procesan los puntos de acoplamiento de zoom para la entrada de interacción.

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"/>

Valor de propiedad

Valor de la enumeración.

Se aplica a

Consulte también