ProgressStatusBar
StockSharp.Xaml
Control de barras de estado para mostrar progreso con botones de texto y parada/abierto.
Hereda de: StatusBarControl
Implementa: IComponentConnector
Constructores
ProgressStatusBar
public ProgressStatusBar()
progressStatusBar = ProgressStatusBar()
Crear ProgressStatusBar@.
Propiedades
OpenCommand
public ICommand OpenCommand { get; set; }
value = progressStatusBar.OpenCommand
progressStatusBar.OpenCommand = value
Comando para abrir la salida.
OpenText
public string OpenText { get; set; }
value = progressStatusBar.OpenText
progressStatusBar.OpenText = value
Texto para el botón abierto (e.g@., "Carpeta abierta").
ProgressText
public string ProgressText { get; set; }
value = progressStatusBar.ProgressText
progressStatusBar.ProgressText = value
Texto de progreso mostrado dentro de la barra de progreso.
ProgressValue
public double ProgressValue { get; set; }
value = progressStatusBar.ProgressValue
progressStatusBar.ProgressValue = value
Valor de progreso (0-100).
StatusText
public string StatusText { get; set; }
value = progressStatusBar.StatusText
progressStatusBar.StatusText = value
Texto del estado mostrado en la barra de estado.
StopCommand
public ICommand StopCommand { get; set; }
value = progressStatusBar.StopCommand
progressStatusBar.StopCommand = value
Comando para detener la operación.
Métodos
InitializeComponent
public void InitializeComponent()
progressStatusBar.InitializeComponent()
InitializeComponent
Campos
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.