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

In This Topic
    MagnifierShape Enumeration
    In This Topic
    Specifies the appearance of the magnifier.
    Syntax
    'Declaration
     
    
    Public Enum MagnifierShape 
       Inherits System.Enum
    public enum MagnifierShape : System.Enum 
    Members
    MemberDescription
    CircleThe magnifier shape is circle.
    RectangleThe magnifier shape is rectangle.
    RoundedRectangleThe magnifier shape is rounded rectangle.
    Inheritance Hierarchy

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

    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