ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / ShowMagnify Property




In This Topic
    ShowMagnify Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether to see a larger popup image for the thumbnail when pressing the right-mouse-button down.
    Syntax
    'Declaration
     
    Property ShowMagnify As Boolean
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Boolean
     
    instance.ShowMagnify = value
     
    value = instance.ShowMagnify
    bool ShowMagnify {get; set;}
    __property bool get_ShowMagnify();
    __property void set_ShowMagnify( 
       bool value
    );
    property bool ShowMagnify {
       bool get();
       void set (    bool value);
    }

    Property Value

    Integer value.
    See Also