ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BezierCurveShape Class / points Property

In This Topic
    points Property (_BezierCurveShape)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property points As List(Of IPoint)
    public List<IPoint> points {get;}
    See Also