Partilhar via


UITextField.AllowsEditingTextAttributes Propriedade

Definição

Se o texto inserido ou colado pode alterar os atributos do conteúdo.

[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 da propriedade

O valor padrão é false.

Atributos

Comentários

Se true, o usuário poderá editar atributos de estilo e texto com estilo colado no manterá as UITextField características. Se false, o estilo de texto será apenas um recurso programático.

Aplica-se a