Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1PolygonIcon Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets the points that describe the shape.
    Syntax
    'Declaration
     
    
    Public Property Points As Point()
    public Point[] Points {get; set;}
    See Also