Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 973 Bytes

progressring_value.md

File metadata and controls

29 lines (18 loc) · 973 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ProgressRing.Value
winrt property

Microsoft.UI.Xaml.Controls.ProgressRing.Value

-description

Gets or sets the current magnitude of the progress ring.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

The current magnitude of the progress ring. The default is 0.

-remarks

The ProgressRing control visually indicates the value property. If you set Value to a number that is less than the Minimum property, Value is set to Minimum. If you set value to a number that is greater than the maximum property, value is set to Maximum.

-see-also

-examples