ScrollViewer.ZoomSnapPointsType Свойство

Определение

Возвращает или задает значение, указывающее, как точки прикрепления масштаба обрабатываются для входных данных взаимодействия.

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

Значение свойства

Значение перечисления.

Применяется к

См. также раздел