[]
Specifies the vertices of the polygon.
[C1Description("PolygonShape.Points", "Specifies the vertices of the polygon.")]
public Point[] Points { get; set; }
<C1Description("PolygonShape.Points", "Specifies the vertices of the polygon.")>
Public Property Points As Point()