ProgressStatusBar
StockSharp.Xaml
Status bar control for displaying progress with text and stop/open buttons.
Herda de: StatusBarControl
Implementa: IComponentConnector
Construtores
ProgressStatusBar()
Create ProgressStatusBar.
Propriedades
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.
Métodos
InitializeComponent()
InitializeComponent
Campos
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.