UITextField.AutocapitalizationType Property

Definition

This property controls how words should be capitalized by the system during user input.

public virtual UIKit.UITextAutocapitalizationType AutocapitalizationType { [Foundation.Export("autocapitalizationType")] get; [Foundation.Export("setAutocapitalizationType:")] set; }
member this.AutocapitalizationType : UIKit.UITextAutocapitalizationType with get, set

Property Value

The default value is Sentences

Implements

Attributes

Applies to