Click or drag to resize

ExternalDrivenBackgroundMonitorText0 Property

Gets the text at level 0. If the value changes, it must be notified through the INotifyPropertyChanged interface.

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

Property Value

String

Implements

IProgressMonitorText0
See Also