UIInputViewStyle É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ération dont la valeur spécifie les effets de flou et de teinte appliqués à un UIInputView.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIInputViewStyle
type UIInputViewStyle =
- Héritage
-
UIInputViewStyle
- Attributs
Champs
Default | 0 | Applique le flou, mais pas la teinte. |
Keyboard | 1 | Applique à la fois le flou et la teinte. |