iOS 密码输入框(UITextField)

UITextField txtPassword = new UITextField ();
txtPassword.Frame = new CGRect (0, 0, 100, 50);
txtPassword.SecureTextEntry = true;

你可能感兴趣的:(Mono,For,Ios)