TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / DataGridViewZoomPolicy Class / ZoomFont Method
The specified control.
A ZoomFontInfo type infomation provided by C1Zoom to help zoom font.

In This Topic
    ZoomFont Method (DataGridViewZoomPolicy)
    In This Topic
    Zoom the control font.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ZoomFont( _
       ByVal control As Control, _
       ByVal infos As ZoomFontInfo _
    ) 
    public override void ZoomFont( 
       Control control,
       ZoomFontInfo infos
    )

    Parameters

    control
    The specified control.
    infos
    A ZoomFontInfo type infomation provided by C1Zoom to help zoom font.
    See Also