ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / IsPopUp Property




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