Click or drag to resize

ITextOutputWindowView Interface

Defines the view for the text output window.

Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ITextOutputWindowView

The ITextOutputWindowView type exposes the following members.

Properties
 NameDescription
Public propertyText Gets or sets the complete text currently displayed by the view.
Top
Methods
 NameDescription
Public methodAppendText Appends text to the view.
Top
See Also