Share via


ProgressBar.ShowPaused プロパティ

定義

時停止 状態をユーザーに伝えるビジュアル状態を進行状況バーで使用するかどうかを示す値を取得または設定します。

public:
 property bool ShowPaused { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
bool ShowPaused();

void ShowPaused(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
bool ShowPaused();

void ShowPaused(bool value);
public bool ShowPaused { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public bool ShowPaused { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
var boolean = progressBar.showPaused;
progressBar.showPaused = boolean;
Public Property ShowPaused As Boolean

プロパティ値

Boolean

bool

進行状況 バーで 一時停止 状態をユーザーに伝える視覚的な状態を使用する必要がある場合は true。それ以外の場合は false。 既定値は false です。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

適用対象