public virtual Point Location { get; set; }Public Overridable Property Location As Point
Get
Setpublic:
virtual property Point Location {
Point get ();
void set (Point value);
}abstract Location : Point with get, set
override Location : Point with get, set