ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMagnifierSettings Class / Zoom Property




In This Topic
    Zoom Property (ImGearMagnifierSettings)
    In This Topic
    Gets or sets the zoom factor of the magnifier.
    Syntax
    'Declaration
     
    Public Property Zoom As Double
    'Usage
     
    Dim instance As ImGearMagnifierSettings
    Dim value As Double
     
    instance.Zoom = value
     
    value = instance.Zoom
    public double Zoom {get; set;}
    public: __property double get_Zoom();
    public: __property void set_Zoom( 
       double value
    );
    public:
    property double Zoom {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    Default value is 2.0.
    See Also