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

    See Also