public Point2D<float> Point { get; set; }
Public Property Point As Point2D(Of Single)
public: property Point2D<float>^ Point { Point2D<float>^ get (); void set (Point2D<float>^ value); }