InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlParser Class / GetFontStyle Method

In This Topic
    GetFontStyle Method (HtmlParser)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetFontStyle( _
       ByVal baseStyle As Style, _
       ByVal baseElement As Element _
    ) As Style
    public Style GetFontStyle( 
       Style baseStyle,
       Element baseElement
    )

    Parameters

    baseStyle
    baseElement
    See Also