TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / NoZoomFontZoomPolicy Class
Members

In This Topic
    NoZoomFontZoomPolicy Class
    In This Topic
    Represents a base zoom policy for controls that do not zoom the font.
    Object Model
    NoZoomFontZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NoZoomFontZoomPolicy 
       Inherits ZoomPolicy
    public abstract class NoZoomFontZoomPolicy : ZoomPolicy 
    Remarks
    By default, the font of control was inherited from it's parent, so the font of control will be changed if the font of it's parent was changed. Use this zoom policy to break the inherited relation and keep the font of the control.
    Inheritance Hierarchy

    System.Object
       C1.Win.TouchToolKit.ZoomPolicy
          C1.Win.TouchToolKit.NoZoomFontZoomPolicy

    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