Gets/Sets the zoom factor

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

Syntax

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

See Also