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

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