ScrollViewer.ZoomSnapPointsType Proprietà

Definizione

Ottiene o imposta un valore che indica come vengono elaborati i punti di ancoraggio dello zoom per l'input di interazione.

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

Valore della proprietà

Valore dell'enumerazione.

Si applica a

Vedi anche