ScrollingZoomOptions.SnapPointsMode 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 whether snap points are ignored or respected during the zoom factor change.
public:
property ScrollingSnapPointsMode SnapPointsMode { ScrollingSnapPointsMode get(); void set(ScrollingSnapPointsMode value); };
ScrollingSnapPointsMode SnapPointsMode();
void SnapPointsMode(ScrollingSnapPointsMode value);
public ScrollingSnapPointsMode SnapPointsMode { get; set; }
var scrollingSnapPointsMode = scrollingZoomOptions.snapPointsMode;
scrollingZoomOptions.snapPointsMode = scrollingSnapPointsMode;
Public Property SnapPointsMode As ScrollingSnapPointsMode
Property Value
A value that indicates whether snap points are ignored or respected during the zoom factor change. The default is Default
.
Remarks
When SnapPointsMode
is Default
, snap points are respected.