开发者

x: in front of the button in Silverlight?

开发者 https://www.devze.com 2023-01-11 08:38 出处:网络
Wh开发者_StackOverflow中文版at is the difference between these 2 lines? Visually I haven\'t noticed anything different. Sorry I am just getting started with Silverlight.

Wh开发者_StackOverflow中文版at is the difference between these 2 lines? Visually I haven't noticed anything different. Sorry I am just getting started with Silverlight.

<Button Content="Click me" Name="myButton" FontSize="18" Width="150" Height="45" />

and

<Button Content="Click me" x:Name="myButton" FontSize="18" Width="150" Height="45" />


Nothing (see the remarks in particular).

0

精彩评论

暂无评论...
验证码 换一张
取 消