ProgressStatusBarView

StockSharp.Xaml.Windows.Maui

Status bar control with progress display for MAUI.

継承元: ContentView

コンストラクター

ProgressStatusBarView()

Creates a new ProgressStatusBarView.

プロパティ

OpenText : string

Open button text.

ProgressText : string

Progress text.

ProgressValue : double

Progress value (0-100).

StatusText : string

Status text.

ViewModel : ProgressStatusBarViewModel

Gets the view model.

メソッド

StartProgress(string)

Starts showing progress.

StopProgress()

Stops showing progress.

UpdateProgress(double, string)

Updates progress.

イベント

OpenRequested : Action

Event raised when open is requested.

StopRequested : Action

Event raised when stop is requested.