[]
Initializes a new instance of the RenderRichText class.
public RenderRichText()
Initializes a new instance of the RenderRichText class, using the specified RTF string and style.
public RenderRichText(string rtf, Style style)
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). |
Initializes a new instance of the RenderRichText class, using the specified RTF string and style.
public RenderRichText(string rtf)
Type | Name | Description |
---|---|---|
string | rtf | A RTF-formatted string assigned to the Rtf property. |