public int Slope { get; set; }
Public Property Slope As Integer Get Set
public: property int Slope { int get (); void set (int value); }