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