ProgressRingAutomationPeer.SetValue(Double) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de l’animation d’anneau de progression.
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)
Paramètres
- value
-
Double
double
Valeur de l’animation d’anneau de progression.
Implémente
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)
M:Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(double)