'Declaration Protected ReadOnly Property Points As System.Collections.Generic.List(Of PointF)
protected System.Collections.Generic.List<PointF> Points { get; }
protected: __property System.Collections.Generic.List<PointF*>* get_Points();
protected:
property System.Collections.Generic.List<PointF^>^ Points { System.Collections.Generic.List<PointF^>^ get(); }