Click or drag to resize

ExternalDrivenBackgroundMonitorProgress Property

Gets the progress. 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 double Progress { get; set; }

Property Value

Double

Implements

IProgressMonitorProgress
See Also