[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1HtmlText.-ctor

C1HtmlText Constructor

C1HtmlText()

Creates a new instance of C1HtmlText.

Declaration
public C1HtmlText()
Public Sub New()

C1HtmlText(string)

Creates a new instance of C1HtmlText with the given text.

Declaration
public C1HtmlText(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The text content of this C1HtmlText.