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


In This Topic
    Points Property (C1PolygonIcon)
    In This Topic
    Gets the points that describe the shape.
    Syntax
    'Declaration
     
    
    <Xamarin.Forms.TypeConverterAttribute(C1.Xamarin.Forms.Core.C1PointArrayTypeConverter)>
    Public Property Points As Xamarin.Forms.Point()
    'Usage
     
    
    Dim instance As C1PolygonIcon
    Dim value() As Xamarin.Forms.Point
     
    instance.Points = value
     
    value = instance.Points
    [Xamarin.Forms.TypeConverter(C1.Xamarin.Forms.Core.C1PointArrayTypeConverter)]
    public Xamarin.Forms.Point[] Points {get; set;}
    See Also