ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearZoomOutSettings Class / ZoomFactor Property




In This Topic
    ZoomFactor Property (ImGearZoomOutSettings)
    In This Topic
    Gets or sets the factor that the image zooms when using the zoom out mouse tool.
    Syntax
    'Declaration
     
    Public Property ZoomFactor As Double
    'Usage
     
    Dim instance As ImGearZoomOutSettings
    Dim value As Double
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    public double ZoomFactor {get; set;}
    public: __property double get_ZoomFactor();
    public: __property void set_ZoomFactor( 
       double value
    );
    public:
    property double ZoomFactor {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    Default value is 0.8.
    See Also