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


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

Syntax

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

Property Value

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

See Also