ImageGear .NET - Updated
PopupWidth Property (ImGearMagnifier)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : PopupWidth Property
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

Reference

ImGearMagnifier Class
ImGearMagnifier Members
PopupHeight Property