Click or drag to resize

TextDocumentViewOptions(TextDocument) Constructor

Initializes a new instance of the TextDocumentViewOptions class.

Namespace: Altaxo.Text.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextDocumentViewOptions(
	TextDocument doc
)

Parameters

doc  TextDocument
The text document.
See Also