TextDocumentStyleName Property |
The name of the style used to visualize the markdown. If this string is null or empty, the current global
defined style of the current Altaxo instance will be used.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic string StyleName { get; set; }
Property Value
String
The name of the style.
See Also