UITextView.AutocapitalizationType Property

Definition

How input is converted to all capitalization.

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

Remarks

The application user can ignore this value by setting Settings->General->Keyboard->Auto-Capitalization to off.

Applies to