Property Text
Text
Gets or sets the Markdown-formatted text displayed by this view.
public override string Text { get; set; }
Property Value
- string
The raw Markdown string. Setting this property triggers reparsing, re-layout, and a redraw.
Gets or sets the Markdown-formatted text displayed by this view.
public override string Text { get; set; }
The raw Markdown string. Setting this property triggers reparsing, re-layout, and a redraw.