HtmlTextBlock Class
Allows you to display HTML content using a XAML FlowDocument control.
DocumentLineHeight |
Gets or sets the height of each line of content in the document.
|
DocumentPagePadding |
Gets or sets a value indicating the thickness of the padding space between the boundaries of a page and the page content.
|
HorizontalScrollBarVisibility |
Gets or sets a value indicating whether a horizontal scroll bar is displayed.
|
IsToolBarVisible |
Gets or sets a value indicating whether the FlowDocumentScrollViewer toolbar is visible.
|
Text |
Gets or sets the Html content to display in the control.
|
VerticalScrollBarVisibility |
Gets or sets a value indicating whether a vertical scroll bar is displayed.
|
HyperlinkNavigate |
It occurs when the navigation of a hyperlink associated with the content of the document is activated.
|