Compartilhar via


UITextField.TypingAttributes Propriedade

Definição

As chaves de atributo a serem aplicadas ao texto recém-digitado.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDictionary TypingAttributes { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("typingAttributes", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setTypingAttributes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.TypingAttributes : Foundation.NSDictionary with get, set

Valor da propriedade

null a menos que o UITextField esteja no modo de edição. Quando a seleção é alterada, o T:UIKit.Foundation.NSDictionary é limpo.

Este valor pode ser null.

Atributos

Aplica-se a