ASP.NET Core 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 System.Collections.Generic.List(Of DataPoint)
    'Usage
     
    
    Dim instance As Polygon
    Dim value As System.Collections.Generic.List(Of DataPoint)
     
    value = instance.Points
    public System.Collections.Generic.List<DataPoint> Points {get;}
    public read-only property Points: System.Collections.Generic.List; 
    public function get Points : System.Collections.Generic.List
    public: __property System.Collections.Generic.List<DataPoint*>* get_Points();
    public:
    property System.Collections.Generic.List<DataPoint^>^ Points {
       System.Collections.Generic.List<DataPoint^>^ get();
    }
    See Also