Fluent extension methods for configuring instances of MarkdownControl.
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public static class MarkdownControlExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.BaseUri(MarkdownControl, Func<Uri?>)Configures BaseUri from a computed value and returns the same instance.BaseUri(MarkdownControl, Uri?)Sets an optional base URI used to resolve relative links.BaseUri(MarkdownControl, Binding<Uri?>)Binds BaseUri to a binding and returns the same instance.Markdown(MarkdownControl, Func<String?>)Configures Markdown from a computed value and returns the same instance.Markdown(MarkdownControl, String?)Sets the markdown source text.Markdown(MarkdownControl, Binding<String?>)Binds Markdown to a binding and returns the same instance.Options(MarkdownControl, Func<MarkdownRenderOptions>)Configures Options from a computed value and returns the same instance.Options(MarkdownControl, Binding<MarkdownRenderOptions>)Binds Options to a binding and returns the same instance.Options(MarkdownControl, MarkdownRenderOptions)Sets markdown render options.Pipeline(MarkdownControl, MarkdownPipeline?)Sets an optional markdown pipeline. When null, the default pipeline is used.Pipeline(MarkdownControl, Func<MarkdownPipeline?>)Configures Pipeline from a computed value and returns the same instance.Pipeline(MarkdownControl, Binding<MarkdownPipeline?>)Binds Pipeline to a binding and returns the same instance.RenderStyle(MarkdownControl, Func<MarkdownStyle?>)Configures RenderStyle from a computed value and returns the same instance.RenderStyle(MarkdownControl, Binding<MarkdownStyle?>)Binds RenderStyle to a binding and returns the same instance.RenderStyle(MarkdownControl, MarkdownStyle?)Sets optional markdown style overrides. When null, style is resolved from Key.