EntryAttribute.AutocorrectionType Field

Definition

Controls the autocorrection type for the entry.

public UIKit.UITextAutocorrectionType AutocorrectionType;
val mutable AutocorrectionType : UIKit.UITextAutocorrectionType

Field Value

Remarks

class Login {
	[Entry ("Company", AutocorrectionType = UITextAutocorrectionType.Yes)]
	string the_company_name; 
}

Applies to