ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearMagnifier Class / PopupWidth Property




In This Topic
    PopupWidth Property (ImGearMagnifier)
    In This Topic
    Gets or sets width of the popup magnifier window.
    Syntax
    'Declaration
     
    Public Property PopupWidth As Integer
    'Usage
     
    Dim instance As ImGearMagnifier
    Dim value As Integer
     
    instance.PopupWidth = value
     
    value = instance.PopupWidth
    public int PopupWidth {get; set;}
    public: __property int get_PopupWidth();
    public: __property void set_PopupWidth( 
       int value
    );
    public:
    property int PopupWidth {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also