TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomPreviewMode Enumeration

In This Topic
    ZoomPreviewMode Enumeration
    In This Topic
    Specifies how to display the form when gesture zooming.
    Syntax
    'Declaration
     
    
    Public Enum ZoomPreviewMode 
       Inherits System.Enum
    public enum ZoomPreviewMode : System.Enum 
    Members
    MemberDescription
    AlternativeContentUse the alternative content preview when zooming.
    BitmapUse bitmap preview when zooming.
    NoPreviewDo not preview when zooming.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.ZoomPreviewMode

    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