public Point CurrentLocation { get; set; }
Public Property CurrentLocation As Point Get Set
public: property Point CurrentLocation { Point get (); void set (Point value); }
member CurrentLocation : Point with get, set
In This Article