- IUITextInputTraits - AutocapitalizationType 
- AutocorrectionType 
- EnablesReturnKeyAutomatically 
- KeyboardAppearance 
- KeyboardType 
- ReturnKeyType 
- SecureTextEntry 
- SpellCheckingType 
- ApplyKeyboard(IUITextInputTraits, Keyboard) 
- GetAutocapitalizationType(IUITextInputTraits) 
- GetAutocorrectionType(IUITextInputTraits) 
- GetEnablesReturnKeyAutomatically(IUITextInputTraits) 
- GetInlinePredictionType(IUITextInputTraits) 
- GetKeyboardAppearance(IUITextInputTraits) 
- GetKeyboardType(IUITextInputTraits) 
- GetPasswordRules(IUITextInputTraits) 
- GetReturnKeyType(IUITextInputTraits) 
- GetSecureTextEntry(IUITextInputTraits) 
- GetSmartDashesType(IUITextInputTraits) 
- GetSmartInsertDeleteType(IUITextInputTraits) 
- GetSmartQuotesType(IUITextInputTraits) 
- GetSpellCheckingType(IUITextInputTraits) 
- GetTextContentType(IUITextInputTraits) 
- SetAutocapitalizationType(IUITextInputTraits, UITextAutocapitalizationType) 
- SetAutocorrectionType(IUITextInputTraits, UITextAutocorrectionType) 
- SetEnablesReturnKeyAutomatically(IUITextInputTraits, Boolean) 
- SetInlinePredictionType(IUITextInputTraits, UITextInlinePredictionType) 
- SetKeyboardAppearance(IUITextInputTraits, UIKeyboardAppearance) 
- SetKeyboardType(IUITextInputTraits, UIKeyboardType) 
- SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules) 
- SetReturnKeyType(IUITextInputTraits, UIReturnKeyType) 
- SetSecureTextEntry(IUITextInputTraits, Boolean) 
- SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType) 
- SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType) 
- SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType) 
- SetSpellCheckingType(IUITextInputTraits, UITextSpellCheckingType) 
- SetTextContentType(IUITextInputTraits, NSString) 
 
xamarinios
    namespace UIKit
{
    [Protocol(Name = "UITextInputTraits", WrapperType = typeof(UITextInputTraitsWrapper))]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "autocapitalizationType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AutocapitalizationType", PropertyType = typeof(UITextAutocapitalizationType), Selector = "autocapitalizationType", SetterSelector = "setAutocapitalizationType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "autocorrectionType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AutocorrectionType", PropertyType = typeof(UITextAutocorrectionType), Selector = "autocorrectionType", SetterSelector = "setAutocorrectionType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "keyboardType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "KeyboardType", PropertyType = typeof(UIKeyboardType), Selector = "keyboardType", SetterSelector = "setKeyboardType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "keyboardAppearance", IsProperty = true, IsRequired = true, IsStatic = false, Name = "KeyboardAppearance", PropertyType = typeof(UIKeyboardAppearance), Selector = "keyboardAppearance", SetterSelector = "setKeyboardAppearance:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "returnKeyType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ReturnKeyType", PropertyType = typeof(UIReturnKeyType), Selector = "returnKeyType", SetterSelector = "setReturnKeyType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "enablesReturnKeyAutomatically", IsProperty = true, IsRequired = true, IsStatic = false, Name = "EnablesReturnKeyAutomatically", PropertyType = typeof(bool), Selector = "enablesReturnKeyAutomatically", SetterSelector = "setEnablesReturnKeyAutomatically:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isSecureTextEntry", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SecureTextEntry", PropertyType = typeof(bool), Selector = "secureTextEntry", SetterSelector = "setSecureTextEntry:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "spellCheckingType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SpellCheckingType", PropertyType = typeof(UITextSpellCheckingType), Selector = "spellCheckingType", SetterSelector = "setSpellCheckingType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "textContentType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "TextContentType", PropertyType = typeof(NSString), Selector = "textContentType", SetterSelector = "setTextContentType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "smartQuotesType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SmartQuotesType", PropertyType = typeof(UITextSmartQuotesType), Selector = "smartQuotesType", SetterSelector = "setSmartQuotesType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "smartDashesType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SmartDashesType", PropertyType = typeof(UITextSmartDashesType), Selector = "smartDashesType", SetterSelector = "setSmartDashesType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "smartInsertDeleteType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SmartInsertDeleteType", PropertyType = typeof(UITextSmartInsertDeleteType), Selector = "smartInsertDeleteType", SetterSelector = "setSmartInsertDeleteType:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "passwordRules", IsProperty = true, IsRequired = false, IsStatic = false, Name = "PasswordRules", PropertyType = typeof(UITextInputPasswordRules), Selector = "passwordRules", SetterSelector = "setPasswordRules:")]
    public interface IUITextInputTraits : INativeObject, IDisposable
    {
        [Preserve(Conditional = true)]
        UIKeyboardType KeyboardType
        {
            [Export("keyboardType")]
            get;
            [Export("setKeyboardType:")]
            set;
        }
    }
}
            | nuget.org | 0.0 % Reference this API 0.0 % Get property 0.0 % Set property | 
|---|---|
| Upgrade Planner | 0.0 % Reference this API 0.0 % Set property | 
| Xamarin iOS | 0.0 | 
| Xamarin tvOS | 0.0 | 
| Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API