Y 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 LeftY As Single
C#
public float LeftY { get; }
C++
public property float LeftY sealed  {
    float get();
}
J#
/** property */
public float get_LeftY();
JScript
public function get LeftY() : float

Property Value

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

See Also