public Point P1 { get; set; }
Public Property P1 As Point Get Set
public: property Point P1 { Point get (); void set (Point value); }