[]
        
(Showing Draft Content)

C1.Document.PolygonShape.Points

Points Property

Points

Specifies the vertices of the polygon.

Declaration
[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()