ImageGear .NET v24.12 - Updated
IsPopUp Property (ImGearMagnifierCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierCtl Class : IsPopUp Property
Gets or sets a value indicating whether magnifier window shows right under mouse pointer.
Syntax
'Declaration
 
<ImGearFilterAttribute("Default")>
Public Property IsPopUp As Boolean
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As Boolean
 
instance.IsPopUp = value
 
value = instance.IsPopUp
[ImGearFilter("Default")]
public bool IsPopUp {get; set;}
[ImGearFilter("Default")]
public: __property bool get_IsPopUp();
public: __property void set_IsPopUp( 
   bool value
);
[ImGearFilter("Default")]
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

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members
DestinationView Property