ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Dashboard Namespace / TextStyle Class / TextStyle Constructor

In This Topic
    TextStyle Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fontFamily As String, _
       ByVal fontSize As Length, _
       ByVal fontStyle As FontStyleEx, _
       ByVal color As Color _
    )
    public TextStyle( 
       string fontFamily,
       Length fontSize,
       FontStyleEx fontStyle,
       Color color
    )

    Parameters

    fontFamily
    fontSize
    fontStyle
    color
    See Also