Namespace Syncfusion.UI.Xaml.Markdown
Classes
| BlockQuoteSettings
Provides configurable style setting for thematic break. |
| CodeBlockSettings
Provides configurable style settings for codeblocks. |
| FontSettings
Provides configurable style settings for texts. |
| HeaderSettings
Provides configurable style settings for headings. |
| InlineQuoteSettings
Provides configurable style settings for inlinequotes. |
| LinkSettings
Provides configurable style settings for links. |
| ListSettings
Provides configurable style settings for lists. |
| MarkdownHyperlinkClickedEventArgs
Provides data for the event that occurs when a hyperlink is clicked in SfMarkdownViewer control. |
| MarkdownStyleSettings
Provides configurable style settings that control the visual appearance of rendered Markdown elements.
These settings are consumed by the |
| ParagraphSettings
Provides configurable style settings for paragraphs. |
| SfMarkdownViewer
Represents a control that renders Markdown content into a rich, formatted document. The control supports Markdown elements such as headings, paragraphs, code blocks, tables, ordered and unordered lists, blockquotes, inline formatting, images, and hyperlinks. The appearance of the rendered content can be customized using MarkdownStyleSettings. The Markdown source can be provided as raw text, a file path, or an HTTP/HTTPS URL. |
| TableSettings
Provides configurable style settings for tables. |
| ThematicSettings
Provides configurable style setting for thematic break. |
| ThemeKeys
Represents a centralized collection of theme-related visual properties used for update the markdown text elements such as paragraphs, tables, links, code blocks, and quote. |