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.
public:
virtual void SetValue(double value) = SetValue;
void SetValue(double const& value);
public void SetValue(double value);
function setValue(value)
Public Sub SetValue (value As Double)
Parameters
- value
-
Double
double
The value of the progress ring animation.
Implements
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(double)