ProgressStatusBar

StockSharp.Xaml

Status bar control for displaying progress with text and stop/open buttons.

Hereda de: StatusBarControl

Implementa: IComponentConnector

Constructores

ProgressStatusBar()

Create ProgressStatusBar.

Propiedades

OpenCommand : ICommand

Command to open the output.

OpenText : string

Text for the open button (e.g., "Open folder").

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.