Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Polygon Class / Points Property


In This Topic
    Points Property (Polygon)
    In This Topic
    Gets the collection of points of the polygon annotation.
    Syntax
    'Declaration
     
    
    Public Property Points As ObservableCollection(Of CGPoint)
    'Usage
     
    
    Dim instance As Polygon
    Dim value As ObservableCollection(Of CGPoint)
     
    instance.Points = value
     
    value = instance.Points
    public ObservableCollection<CGPoint> Points {get; set;}
    See Also