zoukankan      html  css  js  c++  java
  • XF 键盘类型设置

    键盘类型:

    default

    Chat-输入短信或表情

    Email

    Numeric

    Telephone

    Url-输入网址和文件路径

    其他额外选项:

    CapitalizeSentence

    SpellCheck

    Suggestion

    All

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Xamarin.Forms;

    namespace App18
    {
        public partial class MainPage : ContentPage
        {
            public MainPage()
            {
                InitializeComponent();
                myEditor.Keyboard = Keyboard.Create(KeyboardFlags.All);
            }
        }
    }
     

  • 相关阅读:
    RaisedButton
    Icon
    RichText
    GridView
    HTML常用标签
    HTML语法
    HTML简史
    17_继承
    16_Math
    16_ArrayList
  • 原文地址:https://www.cnblogs.com/dxmfans/p/9434580.html
Copyright © 2011-2022 走看看