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)]
bool SecureTextEntry
{
[Export("isSecureTextEntry")]
get;
[Export("setSecureTextEntry:")]
set;
}
}
}
nuget.org | 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. |