Sets/Gets the maximum width between the frames leds in comparison to the WiiMoteResolutionWidth value.

Value must be between 0 and 100.

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

Syntax

Visual Basic (Declaration)
Public Property MaxWidthBetweenFramesLeds As Double
C#
public double MaxWidthBetweenFramesLeds { get; set; }
Visual C++
public:
property double MaxWidthBetweenFramesLeds {
	double get ();
	void set (double value);
}
JavaScript
function get_maxWidthBetweenFramesLeds();
function set_maxWidthBetweenFramesLeds(value);

See Also