[]
        
(Showing Draft Content)

C1.C1Preview.RenderRichText.-ctor

RenderRichText Constructor

RenderRichText()

Initializes a new instance of the RenderRichText class.

Declaration
public RenderRichText()
Public Sub New()

RenderRichText(string, Style)

Initializes a new instance of the RenderRichText class, using the specified RTF string and style.

Declaration
public RenderRichText(string rtf, Style style)
Public Sub New(rtf As String, style As Style)
Parameters
Type Name Description
string rtf

A RTF-formatted string assigned to the Rtf property.

Style style

A Style to use (the AssignNonInheritedFrom(Style) method is used to copy the specified style to the current object's Style).

RenderRichText(string)

Initializes a new instance of the RenderRichText class, using the specified RTF string and style.

Declaration
public RenderRichText(string rtf)
Public Sub New(rtf As String)
Parameters
Type Name Description
string rtf

A RTF-formatted string assigned to the Rtf property.