Click or drag to resize

TextBackedConsoleText Property

Gets or sets the entire text of the text backed console. If setting the text, and if the text is different from the text that is currently stored in the instance, a property changed event (see PropertyChangedEventHandler) is fired with 'Text' as parameter.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string Text { get; set; }

Property Value

String
The text of this console.

Implements

ITextBackedConsoleText
See Also