[]
        
(Showing Draft Content)

C1.C1Preview.RenderRichText.-ctor

RenderRichText Constructor

RenderRichText()

Initializes a new instance of the RenderRichText class.

Declaration
public RenderRichText()

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)
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)
Parameters
Type Name Description
string rtf

A RTF-formatted string assigned to the Rtf property.