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

In This Topic
    ZoomPolicy Class
    In This Topic
    Implements the base class of zoom policies.
    Object Model
    ZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ZoomPolicy 
    public abstract class ZoomPolicy 
    Remarks

    ZoomPolicy is an abstract class which allow user to customize zoom logic for complex control. User should inherit ZoomPolicy for writing special control.

    Example

    The following code example shows how to use ZoomPolicy class to customize zoom policy for your control.

    You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.

    If you find a licenses error when run this code. Try to drag a C1Zoom component to a any Form from tool box can generate the licenses information to this project.

    Inheritance Hierarchy
    See Also