ProgressStatusBar
StockSharp.Xaml
Statusleistensteuerung zum Anzeigen des Fortschritts mit Text und Stop/Open-Buttons.
Erbt von: StatusBarControl
Implementiert: IComponentConnector
Konstruktoren
ProgressStatusBar
public ProgressStatusBar()
progressStatusBar = ProgressStatusBar()
Erstellen Sie ProgressStatusBar.
Eigenschaften
OpenCommand
public ICommand OpenCommand { get; set; }
value = progressStatusBar.OpenCommand
progressStatusBar.OpenCommand = value
Befehl, den Ausgang zu öffnen.
OpenText
public string OpenText { get; set; }
value = progressStatusBar.OpenText
progressStatusBar.OpenText = value
Text für den offenen Button (e.g., "Ordner öffnen").
ProgressText
public string ProgressText { get; set; }
value = progressStatusBar.ProgressText
progressStatusBar.ProgressText = value
Fortschrittstext wird in der Fortschrittsleiste angezeigt.
ProgressValue
public double ProgressValue { get; set; }
value = progressStatusBar.ProgressValue
progressStatusBar.ProgressValue = value
Fortschrittswert (0-100).
StatusText
public string StatusText { get; set; }
value = progressStatusBar.StatusText
progressStatusBar.StatusText = value
Statustext wird in der Statusleiste angezeigt.
StopCommand
public ICommand StopCommand { get; set; }
value = progressStatusBar.StopCommand
progressStatusBar.StopCommand = value
Befehl, die Operation zu stoppen.
Methoden
InitializeComponent
public void InitializeComponent()
progressStatusBar.InitializeComponent()
InitializeComponent
Felder
OpenCommandProperty
public static readonly DependencyProperty OpenCommandProperty
value = ProgressStatusBar.OpenCommandProperty
DependencyProperty für OpenCommand.
OpenTextProperty
public static readonly DependencyProperty OpenTextProperty
value = ProgressStatusBar.OpenTextProperty
DependencyProperty für OpenText.
ProgressTextProperty
public static readonly DependencyProperty ProgressTextProperty
value = ProgressStatusBar.ProgressTextProperty
DependencyProperty für ProgressText.
ProgressValueProperty
public static readonly DependencyProperty ProgressValueProperty
value = ProgressStatusBar.ProgressValueProperty
DependencyProperty für ProgressValue.
StatusTextProperty
public static readonly DependencyProperty StatusTextProperty
value = ProgressStatusBar.StatusTextProperty
DependencyProperty für StatusText.
StopCommandProperty
public static readonly DependencyProperty StopCommandProperty
value = ProgressStatusBar.StopCommandProperty
DependencyProperty für StopCommand.