将键盘数字放在xaml - xamarin-forms中

时间:2016-06-28 22:13:09

标签: c# xamarin xamarin.forms

我有这段代码:

<local:SportEntry x:Name="txtNumberCel" Font="Large" TextColor="Black" Opacity=".7" Text="{Binding Check}"

我想显示一个键盘数字,以便在Xamarin-Forms的texbox中插入一个数字。我尝试使用InputScope =“Number”和InputType =“numberDecimal,但不起作用。

你知道吗? 非常感谢!!!

1 个答案:

答案 0 :(得分:3)

我认为此控件继承自Entry

<Entry Keyboard="Numeric" ... />