MarkdownRenderer.CreateTextBlock(RenderContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new TextBlock, with default settings.
protected Windows.UI.Xaml.Controls.TextBlock CreateTextBlock (Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.RenderContext context);
member this.CreateTextBlock : Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.RenderContext -> Windows.UI.Xaml.Controls.TextBlock
Protected Function CreateTextBlock (context As RenderContext) As TextBlock
Parameters
- context
- RenderContext
Returns
Windows.UI.Xaml.Controls.TextBlock
The created TextBlock