刚开始学Silverlight
下面贴出代码:
MainPage.xaml
<UserControl x:Class="DiggSample1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White"> <!--<Button x:Name="MyButton" Content="Click Me!" Click="MyButton_Click" />--> <Button x:Name="Mybutton1" Content="Click Me!" Width="100px" Height="80px"/> </Grid> </UserControl>
F5运行后 报错 :未能从文本“100px”创建“System.Double”。
不知道是什么原因 ,求各位大侠帮忙解决。。。。。
改为100就可以了。
不用带px~