Left photo

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

Syntax

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

See Also