# C1Zoom DoubleTap

You can allow users to double-tap by quickly tapping the screen twice to zoom the Form. To disable the function, set the C1Zoom.AllowDoubleTapZoom property to False.

## Content



You can allow users to double-tap by quickly tapping the screen twice to zoom the Form. To disable the function, set the **C1Zoom.AllowDoubleTapZoom** property to **False**.

```vbnet
C1Zoom1.AllowDoubleTapZoom = False
```

```csharp
c1Zoom1.AllowDoubleTapZoom = false;
```