我们可以在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"/>
时间: 2024-10-27 12:30:25