TouchToolKit for WinForms | ComponentOne
Zooming Component / Zoom Behavior Properties / C1Zoom DoubleTap
In This Topic
    C1Zoom DoubleTap
    In This Topic

    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.

     

    Visual Basic
    Copy Code
    C1Zoom1.AllowDoubleTapZoom = False

     

    C#
    Copy Code
    c1Zoom1.AllowDoubleTapZoom = false;