TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Magnify Class / ZoomFactor Property
Example

In This Topic
    ZoomFactor Property (C1Magnify)
    In This Topic
    Gets or sets a value indicating the zoom factor of the magnifier.
    Syntax
    'Declaration
     
    
    Public Property ZoomFactor As Single
    public float ZoomFactor {get; set;}

    Property Value

    A System.Single value that represents zoom factor of the magnifier. The default is 2f.
    Remarks
    The scope value of this property is limited, The value cannot be less than 2f and greater than 4f.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the C1Magnify class.

    See Also