You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/controls/ZoomContentControl.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,4 +116,4 @@ public class MyCustomZoomControl : ZoomContentControl
116
116
}
117
117
```
118
118
119
-
If you do not call `base.OnPointerPressed(e)`, you bypass the built-in pan/zoom logic entirely. This approach lets you disable or alter parts of the default pointer behavior without modifying the original code.
119
+
If you do not call `base.OnPointerPressed(e)`, you bypass the built-in pan/zoom logic entirely. This approach lets you disable or alter parts of the default pointer behavior without modifying the original code.
0 commit comments