UITextField.AutocorrectionType Property

Definition

This property controls how auto-correction should be applied by the system during user input.

public virtual UIKit.UITextAutocorrectionType AutocorrectionType { [Foundation.Export("autocorrectionType")] get; [Foundation.Export("setAutocorrectionType:")] set; }
member this.AutocorrectionType : UIKit.UITextAutocorrectionType with get, set

Property Value

The default value is Default

Implements

Attributes

Applies to