RepeatBehaviorHelper.FromCount(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.
Crée un repeatBehavior basé sur un nombre de répétitions. Cela correspond au formulaire intx lorsqu’il est fourni en tant que valeur d’attribut XAML. C# et le code Microsoft Visual Basic doivent utiliser RepeatBehavior(Double) à la place.
static RepeatBehavior FromCount(double const& count);
public static RepeatBehavior FromCount(double count);
function fromCount(count)
Public Shared Function FromCount (count As Double) As RepeatBehavior
Paramètres
- count
-
Double
double
Nombre de fois que l’animation cible doit se répéter.
Retours
RepeatBehavior créé, qui a un RepeatBehaviorType de Count.