ProgressRingAutomationPeer.SetValue(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the progress ring animation.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
virtual void SetValue(double value) = SetValue;
void SetValue(double const& value);
public void SetValue(double value);
Public Sub SetValue (value As Double)
Parameters
- value
-
Double
double
The value of the progress ring animation.
Implements
M:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)
M:Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(double)