RangeBaseAutomationPeer.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 control, as an implementation of the IValueProvider pattern.
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 to set.
Implements
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(double)