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