RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertingHtmlNodeEventArgs Class / HtmlNode Property

In This Topic
    HtmlNode Property (ConvertingHtmlNodeEventArgs)
    In This Topic
    Gets the C1HtmlNode to be converted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HtmlNode As C1HtmlNode
    public C1HtmlNode HtmlNode {get;}
    See Also