ITextBackedConsoleText 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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string Text { get; set; }
Property Value
StringThe text of this console.
See Also