public PointF[] Vertices { get; set; }
Public Property Vertices As PointF() Get Set
public: property array<PointF>^ Vertices { array<PointF>^ get (); void set (array<PointF>^ value); }