MarkdownTextBlock.SetRenderer<T> 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.
Sets the Markdown Renderer for Rendering the UI.
public void SetRenderer<T> () where T : Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.MarkdownRenderer;
member this.SetRenderer : unit -> unit (requires 'T :> Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.MarkdownRenderer)
Public Sub SetRenderer(Of T As MarkdownRenderer) ()
Type Parameters
- T
The Inherited Markdown Render