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
    See Also