-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.ProgressBar.ShowError |
winrt property |
Gets or sets a value that indicates whether the progress bar should use visual states that communicate an Error state to the user.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ProgressBar.ShowError (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
<ProgressBar ShowError="bool"/>
True if the progress bar should use visual states that communicate an Error state to the user; otherwise, false. The default is false.