ComponentOne Basic Library for UWP
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 Windows.Foundation.Point()
    public Windows.Foundation.Point[] Points {get; set;}
    See Also