Share via


UITextSmartInsertDeleteType Enumeración

Definición

Enumera los comportamientos de las inserciones de relleno y eliminaciones de desapadado.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSmartInsertDeleteType
type UITextSmartInsertDeleteType = 
Herencia
UITextSmartInsertDeleteType
Atributos

Campos

Default 0

Indica el comportamiento predeterminado.

No 1

Indica que nunca se realiza el relleno ni el despado.

Yes 2

Indica que el relleno y el desapadado están habilitados.

Se aplica a