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

In This Topic
    ZoomFont Method (SplitContainerZoomPolicy)
    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
    For more information, see ControlZoomPolicy.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also