Click or drag to resize

TextDocumentSourceText Property

Gets or sets the source text of the markdown document.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string SourceText { get; set; }

Property Value

String
The source text.
See Also