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

    See Also