ImageGear .NET v24.12 - Updated
Zoom Property (ImGearMagnifierSettings)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearMagnifierSettings Class : Zoom Property
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

Reference

ImGearMagnifierSettings Class
ImGearMagnifierSettings Members