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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : ZoomFactor Property
Gets or sets the amount of zoom-in to use when displaying the magnified popup image.
Syntax
'Declaration
 
Property ZoomFactor As Single
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Single
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
float ZoomFactor {get; set;}
__property float get_ZoomFactor();
__property void set_ZoomFactor( 
   float value
);
property float ZoomFactor {
   float get();
   void set (    float value);
}

Property Value

Float value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members