标签:
我们可以在XAML中添加一条isdefalut属性为ture即可实现
<Button x:Name="btn_login" Content="登陆" HorizontalAlignment="Left" Margin="115,0,0,35" Grid.Row="1" VerticalAlignment="Bottom" Width="75" Background="#FFB46868" Click="btn_login_Click" IsDefault="True"/>
标签:
原文地址:http://www.cnblogs.com/linbinqiang/p/4620508.html