UITextView.TypingAttributes Property

Definition

The attributes to be applied to newly-typed text.

[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

Property Value

The default value is null.

This value can be null.

Attributes

Applies to

See also