首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    silverlight中的几个冷门标记 {x:Null},d:DesignWidth,d:DesignHeight

    所以鼠标点击穿透矩形,点到下面的东西上去了 解决办法:设置Fill="#00000000" 即设置一个完全透明的颜色 d:DesignWidth=640,d:DesignHeight=480,这二个标记在blend...presentation"  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"  xmlns:d="http://schemas.microsoft.com...默认情况下,silverlight总会有一个固定的尺寸,要想让其自动扩展,很简单把Height="640",Width="480"删除即可(或设置成Auto),但是这样处理后,用blend再打开该xaml...://schemas.microsoft.com/expression/blend/2008"  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility...再用blend打开时,会发现可视区域变成640*480了,而运行时即仍然可以自动扩展

    68660
    领券