UIViewAnimatingPosition Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera gli endpoint e la posizione corrente di un'animazione.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimatingPosition
type UIViewAnimatingPosition =
- Ereditarietà
-
UIViewAnimatingPosition
- Attributi
Campi
Current | 2 | Posizione più recente. |
End | 0 | Posizione finale. |
Start | 1 | Posizione iniziale. |