PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 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 Property Points As UnitPoint()
    public UnitPoint[] Points {get; set;}
    See Also