ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / ShowMagnify Property




In This Topic
    ShowMagnify Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether a larger popup image will appear by pressing the right-mouse-button down.
    Syntax
    'Declaration
     
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("")>
    <ImGearFilterAttribute("Default")>
    Public Property ShowMagnify As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Boolean
     
    instance.ShowMagnify = value
     
    value = instance.ShowMagnify
    [Category("Behavior")]
    [Description("")]
    [ImGearFilter("Default")]
    public bool ShowMagnify {get; set;}
    [Category("Behavior")]
    [Description("")]
    [ImGearFilter("Default")]
    public: __property bool get_ShowMagnify();
    public: __property void set_ShowMagnify( 
       bool value
    );
    [Category("Behavior")]
    [Description("")]
    [ImGearFilter("Default")]
    public:
    property bool ShowMagnify {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The user may opt to see a larger popup image for the thumbnail by pressing the right-mouse-button down.
    See Also