ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierShapeType Enumeration




In This Topic
    ImGearMagnifierShapeType Enumeration
    In This Topic
    Specifies popup magnifier shape types.
    Syntax
    'Declaration
     
    Public Enum ImGearMagnifierShapeType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearMagnifierShapeType
    public enum ImGearMagnifierShapeType : System.Enum 
    __value public enum ImGearMagnifierShapeType : public System.Enum 
    public enum class ImGearMagnifierShapeType : public System.Enum 
    Members
    MemberValueDescription
    Ellipse1Ellipsoid shape.
    Rectangle0Rectangular shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.WPF.ImGearMagnifierShapeType

    See Also