ProgressStatusBar
StockSharp.Xaml
ステータスバーは、テキストとストップ/オープンボタンで進行状況を表示するための制御です。
継承元: StatusBarControl
コンストラクター
ProgressStatusBar
public ProgressStatusBar()
progressStatusBar = ProgressStatusBar()
Create ProgressStatusBar.
プロパティ
OpenCommand
public ICommand OpenCommand { get; set; }
value = progressStatusBar.OpenCommand
progressStatusBar.OpenCommand = value
出力を開くコマンド。
OpenText
public string OpenText { get; set; }
value = progressStatusBar.OpenText
progressStatusBar.OpenText = value
開いたボタン(e.g., "フォルダを開く")のテキスト。
ProgressText
public string ProgressText { get; set; }
value = progressStatusBar.ProgressText
progressStatusBar.ProgressText = value
進行バーに表示された進捗テキスト。
ProgressValue
public double ProgressValue { get; set; }
value = progressStatusBar.ProgressValue
progressStatusBar.ProgressValue = value
進捗値(0-100)。
StatusText
public string StatusText { get; set; }
value = progressStatusBar.StatusText
progressStatusBar.StatusText = value
ステータスバーに表示されているステータステキスト。
StopCommand
public ICommand StopCommand { get; set; }
value = progressStatusBar.StopCommand
progressStatusBar.StopCommand = value
操作を停止するコマンド。
メソッド
InitializeComponent
public void InitializeComponent()
progressStatusBar.InitializeComponent()
担当: 佐藤 宏
フィールド
OpenCommandProperty
public static readonly DependencyProperty OpenCommandProperty
value = ProgressStatusBar.OpenCommandProperty
代表取締役社長 佐藤 浩一
OpenTextProperty
public static readonly DependencyProperty OpenTextProperty
value = ProgressStatusBar.OpenTextProperty
代表取締役社長 佐藤 浩一
ProgressTextProperty
public static readonly DependencyProperty ProgressTextProperty
value = ProgressStatusBar.ProgressTextProperty
代表取締役社長 佐藤 浩一
ProgressValueProperty
public static readonly DependencyProperty ProgressValueProperty
value = ProgressStatusBar.ProgressValueProperty
代表取締役社長 佐藤 浩一
StatusTextProperty
public static readonly DependencyProperty StatusTextProperty
value = ProgressStatusBar.StatusTextProperty
代表取締役社長 佐藤 浩一
StopCommandProperty
public static readonly DependencyProperty StopCommandProperty
value = ProgressStatusBar.StopCommandProperty
代表取締役社長 佐藤 浩一