Partilhar via


UITextView.AllowsEditingTextAttributes Propriedade

Definição

Se o usuário do aplicativo pode alterar o estilo do 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 da propriedade

O valor padrão é false.

Atributos

Comentários

Quando true, o usuário do aplicativo pode alterar o estilo do texto selecionado no momento.

Aplica-se a

Confira também