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