ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PathWithStyle Class / _PathWithStyle Constructor

In This Topic
    _PathWithStyle Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As IStyle, _
       ByVal content As String _
    )
    public _PathWithStyle( 
       IStyle style,
       string content
    )

    Parameters

    style
    content
    See Also