Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1PolygonIcon Class / Points Property

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