ZoomFactor Property (IImGearThumbnailCtl)
In This Topic
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