Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int Tilt { get; set; }
Visual Basic (Declaration)
Public Property Tilt As Integer
Visual C++
public:
property int Tilt {
	int get ();
	void set (int value);
}

See Also