UITextField.TextContentType Property

Definition

A hint of the type of data the field should contain (must be value from UITextContentType).

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSString TextContentType { [Foundation.Export("textContentType")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setTextContentType:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.TextContentType : Foundation.NSString with get, set

Property Value

Attributes

Applies to