Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PolygonProps Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets or sets the array of UnitPoint points defining the polygon.
    Syntax
    'Declaration
     
    Public Shadows Property Points As UnitPoint()
    public new UnitPoint[] Points {get; set;}
    See Also