Gets or sets the amount of zoom-in to use when displaying the
magnified popup image.
Syntax
float ZoomFactor {get; set;}
__property float get_ZoomFactor();
__property void set_ZoomFactor(
float value
);
'Declaration
Property ZoomFactor As Single
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Single
instance.ZoomFactor = value
value = instance.ZoomFactor
Property Value
Float value.
See Also