Gets or sets width of the popup magnifier window.
Syntax
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);
}
'Declaration
Public Property PopupWidth As Integer
'Usage
Dim instance As ImGearMagnifier
Dim value As Integer
instance.PopupWidth = value
value = instance.PopupWidth
Property Value
Integer value.
See Also