UITextField.TypingAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The attribute keys to apply 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
null
unless the UITextField is in editing mode. When the selection changes, the T:UIKit.Foundation.NSDictionary is cleared.
This value can be null
.
- Attributes