Gets/sets the zoom

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public double Zoom { get; set; }
Visual Basic (Declaration)
Public Property Zoom As Double
Visual C++
public:
property double Zoom {
	double get ();
	void set (double value);
}

Remarks

The Zoom can't be less than 0.1

See Also