ImageGear for .NET
ZoomFactor Property (IImGearThumbnailCtl)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback