ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / Zoom Property




In This Topic
    Zoom Property (ImGearMagnifierCtl)
    In This Topic
    Gets or sets zoom factor.
    Syntax
    'Declaration
     
    <ImGearFilterAttribute("Default")>
    Public Property Zoom As Double
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    Dim value As Double
     
    instance.Zoom = value
     
    value = instance.Zoom
    [ImGearFilter("Default")]
    public double Zoom {get; set;}
    [ImGearFilter("Default")]
    public: __property double get_Zoom();
    public: __property void set_Zoom( 
       double value
    );
    [ImGearFilter("Default")]
    public:
    property double Zoom {
       double get();
       void set (    double value);
    }

    Property Value

    Double value between 1 and 500.
    See Also