Compartir a través de


UITextView.AllowsEditingTextAttributes Propiedad

Definición

Si el usuario de la aplicación puede cambiar el estilo del texto.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsEditingTextAttributes { [Foundation.Export("allowsEditingTextAttributes")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsEditingTextAttributes:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsEditingTextAttributes : bool with get, set

Valor de propiedad

El valor predeterminado es false.

Atributos

Comentarios

Cuando truees , el usuario de la aplicación puede cambiar el estilo del texto seleccionado actualmente.

Se aplica a

Consulte también