ProgressStatusBar
StockSharp.Xaml
Status bar control for displaying progress with text and stop/open buttons.
Erbt von: StatusBarControl
Implementiert: IComponentConnector
Konstruktoren
ProgressStatusBar()
Create ProgressStatusBar.
Eigenschaften
OpenCommand : ICommand
Command to open the output.
ProgressText : string
Progress text displayed inside the progress bar.
ProgressValue : double
Progress value (0-100).
StatusText : string
Status text displayed in the status bar.
StopCommand : ICommand
Command to stop the operation.
Methoden
InitializeComponent()
InitializeComponent
Felder
OpenCommandProperty : DependencyProperty
DependencyProperty for OpenCommand.
OpenTextProperty : DependencyProperty
DependencyProperty for OpenText.
ProgressTextProperty : DependencyProperty
DependencyProperty for ProgressText.
ProgressValueProperty : DependencyProperty
DependencyProperty for ProgressValue.
StatusTextProperty : DependencyProperty
DependencyProperty for StatusText.
StopCommandProperty : DependencyProperty
DependencyProperty for StopCommand.