ScrollViewer.ZoomSnapPointsType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates how zoom snap points are processed for interaction input.
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"/>
Property Value
A value of the enumeration.