ProgressStatusBar
StockSharp.Xaml
Status bar control for displaying progress with text and stop/open buttons.
继承自: StatusBarControl
构造函数
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.