Gets or Sets the X axis coordinates reverser state.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property InverseXAxisState As Boolean
C#
public bool InverseXAxisState { get; set; }
Visual C++
public:
property bool InverseXAxisState {
	bool get ();
	void set (bool value);
}
JavaScript
function get_inverseXAxisState();
function set_inverseXAxisState(value);

See Also