ImageGear .NET - Updated
ShowMagnify Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : 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
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute()>
Public Property ShowMagnify As Boolean
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.ShowMagnify = value
 
value = instance.ShowMagnify
[Category("Behavior")]
[Description()]
public bool ShowMagnify {get; set;}
[Category("Behavior")]
[Description()]
public: __property bool get_ShowMagnify();
public: __property void set_ShowMagnify( 
   bool value
);
[Category("Behavior")]
[Description()]
public:
property bool ShowMagnify {
   bool get();
   void set (    bool value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members