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.3179.0 (4.8.3179.0)
Syntax
C#
public TextDocumentViewOptions(
	TextDocument doc
)

Parameters

doc  TextDocument

[Missing <param name="doc"/> documentation for "M:Altaxo.Text.GuiModels.TextDocumentViewOptions.#ctor(Altaxo.Text.TextDocument)"]

See Also