码迷,mamicode.com
首页 > Windows程序 > 详细

Windows Phone - 输入控件实现

时间:2014-11-05 12:26:52      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   for   sp   div   on   2014   log   

wp开发中主要的输入控件其实就有两个,一个是textbox,另一个就是password控件。这两个控件中尤其是TextBox控件有了很多新特性。一.PasswordBox:   密码框控件,用于输入自定义的遮罩字符的输入控件。

<PasswordBox Grid.Row="1" Height="72" HorizontalAlignment="Left" Margin="12,284,0,0" Name="passwordBox1" VerticalAlignment="Top" Width="460" PasswordChar="$" />

<PasswordBox Grid.Row="1" Height="72" HorizontalAlignment="Left" Margin="12,119,0,0"    Name="passwordBox2" VerticalAlignment="Top" Width="460" />

<PasswordBox Grid.Row="1" Height="72" HorizontalAlignment="Left" Margin="12,454,0,0" Name="passwordBox3" VerticalAlignment="Top" Width="460"  PasswordChar="@"/>

  PasswordChar:设置密码显示字符。
<ignore_js_op>bubuko.com,布布扣 
二.TextBox:  输入框控件。

详细说明:http://wp.662p.com/thread-7937-1-1.html

Windows Phone - 输入控件实现

标签:blog   http   ar   for   sp   div   on   2014   log   

原文地址:http://www.cnblogs.com/meirenjiawen/p/4075601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!