X coordinate of the valley on the left side of the peak.

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public float LeftX { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeftX As Single
Visual C++
public:
property float LeftX {
	float get ();
}

See Also