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