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

In This Topic
    ControlZoomPolicy Class
    In This Topic
    Represents a base zoom policy for controls.
    Object Model
    ControlZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class ControlZoomPolicy 
       Inherits ZoomPolicy
    public class ControlZoomPolicy : ZoomPolicy 
    Remarks

    This zoom policy will find a public property which named "ZoomFactor" (ignore case) and its type is float or double. If the property is found, try to set this property by GcZoom.ZoomFactor or GcZoomPanel.ZoomFactor.

    If the control has the "ZoomFactor" property, this zoom policy will not do other zoom operations and CanZoomChildren is also return false.

    Inheritance Hierarchy
    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