Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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()
    'Usage
     
    
    Dim instance As C1PolygonIcon
    Dim value() As C1Point
     
    instance.Points = value
     
    value = instance.Points
    public C1Point[] Points {get; set;}
    See Also