TouchToolKit for WinForms | ComponentOne
Zooming Component / C1Zoom Layout / Setting Max Value of ZoomFactor
In This Topic
    Setting Max Value of ZoomFactor
    In This Topic

    You can set a maximum value for the ZoomFactor by using the C1Zoom.MaxZoomFactor property. The minimum fixed value for the ZoomFactor is 100%.

     

    [C#]

    c1Zoom1.MaxZoomFactor = 4.0f;

     

    [Visual Basic]

    C1Zoom1.MaxZoomFactor = 4.0F