ProgressBar.ShowPaused Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Statusanzeige visuelle Zustände verwenden soll, die dem Benutzer einen Angehaltenen Zustand mitteilen, oder legt diesen fest.

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: