ScrollViewer.ZoomSnapPointsType Propriété

Définition

Obtient ou définit une valeur qui indique comment les points d’ancrage de zoom sont traités pour l’entrée d’interaction.

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

Valeur de propriété

Valeur de l’énumération.

S’applique à

Voir aussi