UITextSmartDashesType Enumeración

Definición

Enumera los comportamientos para convertir guiones en guiones en o en guiones em.

[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 UITextSmartDashesType
type UITextSmartDashesType = 
Herencia
UITextSmartDashesType
Atributos

Campos

Default 0

Indica el comportamiento predeterminado.

No 1

Indica que nunca se realiza la conversión.

Yes 2

Indica que la conversión está habilitada.

Se aplica a