Click or drag to resize

TextDocumentController(TextDocument) Constructor

Initializes a new instance of the TextDocumentController class.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextDocumentController(
	TextDocument doc
)

Parameters

doc  TextDocument
The document to control.
See Also