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


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LeftX As Single
C#
public float LeftX { get; }
C++
public property float LeftX sealed  {
    float get();
}
J#
/** property */
public float get_LeftX();
JScript
public function get LeftX() : float

Property Value

Missing <value> tag for "P:PalmSens.CFALevelList.Level.LeftX"

See Also