ImageGear .NET v24.12 - Updated
ShowMagnify Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : ShowMagnify Property
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

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members