ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Polygon Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets the collection of points of the Polygon annotation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Points As List(Of DataPoint)
    public List<DataPoint> Points {get;}
    See Also