Gets/sets the pan [mm]

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

Syntax

C#
public XY Pan { get; set; }
Visual Basic (Declaration)
Public Property Pan As XY
Visual C++
public:
property XY^ Pan {
	XY^ get ();
	void set (XY^ value);
}

See Also