ProgressStatusBar
StockSharp.Xaml
Status bar control for displaying progress with text and stop/open buttons.
Наследует: StatusBarControl
Реализует: IComponentConnector
Конструкторы
ProgressStatusBar()
Create ProgressStatusBar.
Свойства
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.
Методы
InitializeComponent()
InitializeComponent
Поля
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.