BindMarkdown(Binding<String?>) Method

Definition

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

Binds Markdown to a binding.

[EditorBrowsable(EditorBrowsableState.Never)]
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public void BindMarkdown(Binding<string?> binding)

Parameters

binding
Binding<T>

The binding to attach.

Remarks

When a binding is attached, sets to the property are forwarded to the binding. This method is hidden from IntelliSense.