Sprache

ProgressBar.ShowPaused Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Statusanzeige visuelle Zustände verwenden soll, die dem Benutzer einen Angehaltenen Zustand mitteilen.

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

Eigenschaftswert

Boolean

bool

"true ", wenn die Statusanzeige visuelle Zustände verwenden soll, die dem Benutzer einen angehaltenen Zustand mitteilen; andernfalls "false". Die Standardeinstellung ist false.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Gilt für: