标签: silverlight
这两行之间有什么区别?在视觉上我没有发现任何不同的东西。对不起,我刚刚开始使用Silverlight。
<Button Content="Click me" Name="myButton" FontSize="18" Width="150" Height="45" />
和
<Button Content="Click me" x:Name="myButton" FontSize="18" Width="150" Height="45" />
答案 0 :(得分:1)
Nothing(特别参见评论)。