ImageGear for .NET
PopupWidth Property (ImGearMagnifier)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback