ImageGear .NET - Updated
IsPopUp Property (ImGearMagnifier)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : IsPopUp Property
Gets or sets a value indicating whether to show magnifier as pop up or in another view.
Syntax
'Declaration
 
Public Property IsPopUp As Boolean
'Usage
 
Dim instance As ImGearMagnifier
Dim value As Boolean
 
instance.IsPopUp = value
 
value = instance.IsPopUp
public bool IsPopUp {get; set;}
public: __property bool get_IsPopUp();
public: __property void set_IsPopUp( 
   bool value
);
public:
property bool IsPopUp {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
If this property is True, magnifier window shows right under mouse pointer, otherwise magnified area sends into DestinationView. Default value is True.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members
DestinationView Property