ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / ZoomFactor Property




In This Topic
    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