RenderStyle(MarkdownControl, Binding<MarkdownStyle?>) Method

Definition

Assembly XenoAtom.Terminal.UI.Extensions.Markdown.dll

Binds RenderStyle to a binding and returns the same instance.

[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public static MarkdownControl RenderStyle(this MarkdownControl obj, Binding<MarkdownStyle?> renderStyle)

Parameters

obj
MarkdownControl

The instance to configure.

renderStyle
Binding<T>

The binding to attach.

Returns

MarkdownControl
The same instance for chaining.