ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearMagnifier Class / IsPopUp Property




In This Topic
    IsPopUp Property (ImGearMagnifier)
    In This Topic
    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