Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1PolygonIcon Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets the points that describe the shape.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.PointArrayTypeConverter)>
    Public Property Points As Point()
    [TypeConverter(C1.WPF.PointArrayTypeConverter)]
    public Point[] Points {get; set;}
    See Also