UIViewAnimatingState Énumération
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.
Énumère les états d’animation.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimatingState
type UIViewAnimatingState =
- Héritage
-
UIViewAnimatingState
- Attributs
Champs
Active | 1 | Les animations sont en cours d’exécution ou suspendues. |
Inactive | 0 | Les animations n’ont pas encore commencé. |
Stopped | 2 | L’animation est arrêtée et ne peut pas être reprise. |