Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 938 Bytes

progressbar_showerror.md

File metadata and controls

30 lines (20 loc) · 938 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ProgressBar.ShowError
winrt property

Windows.UI.Xaml.Controls.ProgressBar.ShowError

-description

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).

-xaml-syntax

<ProgressBar ShowError="bool"/>

-property-value

True if the progress bar should use visual states that communicate an Error state to the user; otherwise, false. The default is false.

-remarks

-examples

-see-also