Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IMultimediaWpfXamlRenderer.cs
1using System.Threading.Tasks;
5
7{
12 {
21 Task RenderWpfXaml(WpfXamlRenderer Renderer, MultimediaItem[] Items, ChunkedList<MarkdownElement> ChildNodes, bool AloneInParagraph,
22 MarkdownDocument Document);
23 }
24}
Contains a markdown document. This markdown document class supports original markdown,...
Abstract base class for Markdown renderers.
Definition: Renderer.cs:15
Renders XAML (WPF flavour) from a Markdown document.
A chunked list is a linked list of chunks of objects of type T .
Definition: ChunkedList.cs:54
Interface for multimedia content renderers.
Interface for multimedia content WPF XAML renderers.
Task RenderWpfXaml(WpfXamlRenderer Renderer, MultimediaItem[] Items, ChunkedList< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document)
Generates WPF XAML for the multimedia content.