ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1PolygonIcon Class / Points Property



In This Topic
    Points Property (C1PolygonIcon)
    In This Topic
    Gets the points that describe the shape.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.PointArrayTypeConverter)>
    Public Property Points As Point()
    'Usage
     
    
    Dim instance As C1PolygonIcon
    Dim value() As Point
     
    instance.Points = value
     
    value = instance.Points
    [TypeConverter(C1.WPF.PointArrayTypeConverter)]
    public Point[] Points {get; set;}
    [TypeConverter(C1.WPF.PointArrayTypeConverter)]
    public:
    property array<Point>^ Points {
       array<Point>^ get();
       void set (    array<Point>^ value);
    }
    See Also