'Declaration
Public Property Points As Point()
'Usage
Dim instance As C1PathIcon Dim value() As Point instance.Points = value value = instance.Points
public Point[] Points {get; set;}
public: property array<Point>^ Points { array<Point>^ get(); void set ( array<Point>^ value); }