ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / FontOption Class / FontOption Constructor / FontOption Constructor(String,String,String)

In This Topic
    FontOption Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the FontOption class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal text As System.String, _
       ByVal tooltip As System.String _
    )
    public FontOption( 
       System.string name,
       System.string text,
       System.string tooltip
    )

    Parameters

    name
    text
    tooltip
    See Also