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.Collections.Generic;
2using System.Threading.Tasks;
5
7{
12 {
21 Task RenderWpfXaml(WpfXamlRenderer Renderer, MultimediaItem[] Items, IEnumerable<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:14
Renders XAML (WPF flavour) from a Markdown document.
Interface for multimedia content renderers.
Interface for multimedia content WPF XAML renderers.
Task RenderWpfXaml(WpfXamlRenderer Renderer, MultimediaItem[] Items, IEnumerable< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document)
Generates WPF XAML for the multimedia content.