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

In This Topic
    commands Property (_SvgPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property commands As List(Of IPathCommand)
    public override List<IPathCommand> commands {get;}
    See Also