Click or drag to resize

MamlRendererWriteLeafRawLines Method

Writes the lines of a LeafBlock

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteLeafRawLines(
	LeafBlock leafBlock,
	bool writeEndOfLines,
	bool escape,
	bool softEscape = false
)

Parameters

leafBlock  LeafBlock
The leaf block.
writeEndOfLines  Boolean
if set to true write end of lines.
escape  Boolean
if set to true escape the content for XAML
softEscape  Boolean  (Optional)
Only escape < and &

Return Value

This instance
See Also