ImageGear for .NET
ShowMagnify Property (ImGearThumbnailCtl)




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

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback