ProgressStatusBar

StockSharp.Xaml

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

Inherits: StatusBarControl

Implements: IComponentConnector

Constructors

ProgressStatusBar
public ProgressStatusBar()
progressStatusBar = ProgressStatusBar()

Create ProgressStatusBar.

Properties

OpenCommand
public ICommand OpenCommand { get; set; }
value = progressStatusBar.OpenCommand
progressStatusBar.OpenCommand = value

Command to open the output.

OpenText
public string OpenText { get; set; }
value = progressStatusBar.OpenText
progressStatusBar.OpenText = value

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

ProgressText
public string ProgressText { get; set; }
value = progressStatusBar.ProgressText
progressStatusBar.ProgressText = value

Progress text displayed inside the progress bar.

ProgressValue
public double ProgressValue { get; set; }
value = progressStatusBar.ProgressValue
progressStatusBar.ProgressValue = value

Progress value (0-100).

StatusText
public string StatusText { get; set; }
value = progressStatusBar.StatusText
progressStatusBar.StatusText = value

Status text displayed in the status bar.

StopCommand
public ICommand StopCommand { get; set; }
value = progressStatusBar.StopCommand
progressStatusBar.StopCommand = value

Command to stop the operation.

Methods

InitializeComponent
public void InitializeComponent()
progressStatusBar.InitializeComponent()

InitializeComponent

Fields

OpenCommandProperty
public static readonly DependencyProperty OpenCommandProperty
value = ProgressStatusBar.OpenCommandProperty

DependencyProperty for OpenCommand.

OpenTextProperty
public static readonly DependencyProperty OpenTextProperty
value = ProgressStatusBar.OpenTextProperty

DependencyProperty for OpenText.

ProgressTextProperty
public static readonly DependencyProperty ProgressTextProperty
value = ProgressStatusBar.ProgressTextProperty

DependencyProperty for ProgressText.

ProgressValueProperty
public static readonly DependencyProperty ProgressValueProperty
value = ProgressStatusBar.ProgressValueProperty

DependencyProperty for ProgressValue.

StatusTextProperty
public static readonly DependencyProperty StatusTextProperty
value = ProgressStatusBar.StatusTextProperty

DependencyProperty for StatusText.

StopCommandProperty
public static readonly DependencyProperty StopCommandProperty
value = ProgressStatusBar.StopCommandProperty

DependencyProperty for StopCommand.