Property | Type | Description | |
---|---|---|---|
LinkedHtmlFragmentProperty | |||
PlainTextProperty |
Method | Description | |
---|---|---|
AppendLink ( this richTextBlock, string text, |
Appends a HyperlinkButton with the given text and navigate uri to the given RichTextBlock.
|
|
AppendText ( this richTextBlock, string text ) : void |
Appends a paragraph of plain text to the RichTextBlock.
|
|
GetLinkedHtmlFragment ( |
Gets the LinkedHtmlFragment property. This dependency property indicates the linked text that can be bound to the RichTextBlock to automatically generate inline links. Note that only simple html text with opening and closing anchor tags and href attribute with double-quotes is supported. No escapes or other tags will be parsed. |
|
GetPlainText ( |
Gets the PlainText property. This dependency property indicates the plain text to assign to the RichTextBlock.
|
|
SetLinkedHtmlFragment ( |
Sets the LinkedHtmlFragment property. This dependency property indicates the linked text that can be bound to the RichTextBlock to automatically generate inline links. Note that only simple html text with opening and closing anchor tags and href attribute with double-quotes is supported. No escapes or other tags will be parsed. |
|
SetLinkedHtmlFragmentString ( this richTextBlock, string htmlFragment ) : void |
Sets the linked HTML fragment. Note that only simple html text with opening and closing anchor tags and href attribute with double-quotes is supported. No escapes or other tags will be parsed. |
|
SetPlainText ( |
Sets the PlainText property. This dependency property indicates the plain text to assign to the RichTextBlock.
|
Method | Description | |
---|---|---|
OnLinkedHtmlFragmentChanged ( |
Handles changes to the LinkedHtmlFragment property.
|
|
OnPlainTextChanged ( |
Handles changes to the PlainText property.
|
public static AppendLink ( this richTextBlock, string text, |
||
richTextBlock | this | The rich text block. |
text | string | The text. |
uri | The URI. | |
return | void |
public static AppendText ( this richTextBlock, string text ) : void | ||
richTextBlock | this | The rich text block. |
text | string | The text. |
return | void |
public static GetLinkedHtmlFragment ( |
||
d | ||
return | string |
public static GetPlainText ( |
||
d | ||
return | string |
public static SetLinkedHtmlFragment ( |
||
d | ||
value | string | |
return | void |
public static SetLinkedHtmlFragmentString ( this richTextBlock, string htmlFragment ) : void | ||
richTextBlock | this | The rich text block. |
htmlFragment | string | The HTML fragment. |
return | void |
public static SetPlainText ( |
||
d | ||
value | string | |
return | void |
public static DependencyProperty,Windows.UI.Xaml LinkedHtmlFragmentProperty | ||
return |