public Point2D<float>[] Vertices { get; set; }
Public Property Vertices As Point2D(Of Single)()
public: virtual property array<Point2D<float>^>^ Vertices { array<Point2D<float>^>^ get () sealed; void set (array<Point2D<float>^>^ value) sealed; }