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

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

    Parameters

    control
    The specified control.
    infos
    A ZoomFontInfo type infomation provided by C1Zoom to help zoom font.
    Remarks
    Default logic will change the font of Control. If the control has other font need to change. User can add logic in this method.
    See Also