public double LipLength { get; set; }
Public Property LipLength As Double Get Set
public: property double LipLength { double get (); void set (double value); }
member LipLength : float with get, set