gpt4 book ai didi

c# - 图像未显示在设计器、Silverlight 应用程序中

转载 作者:太空宇宙 更新时间:2023-11-03 12:51:56 26 4
gpt4 key购买 nike

我是编码新手,想在学校学习。最近我和我的 friend 在让图像显示在设计器中时遇到了一些问题。我们正在使用 Blend for VS 2015。

到目前为止我所做的一步一步:

  • 创建项目
  • 创建文件夹图片
  • 添加现有图片
  • 在属性中将图像设置为资源
  • 然后Assets->media->image,并插入
  • 确保源路径以“/”开头

这就是设计师的样子。

Blend screenshot

值得一提的是,当我在浏览器中运行它时,图像显示出来了。

XAML:

    <UserControl x:Class="SilverlightApplication6.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="Red">
<Image x:Name="image" Margin="145,95,155,105" Source="/Images/Vei.jpg" d:LayoutOverrides="LeftPosition, RightPosition, TopPosition, BottomPosition"/>

</Grid>

我的老师帮不上忙。我希望你可以。我确实尝试过阅读旧线程,但没有任何效果。

编辑:我运行了一次 VS 修复,并从不同的来源重新安装了两次(其中一个是 dreamspark,另一个是官方下载页面)。

如果有任何不同的话,我也会使用 Parallells 通过虚拟机运行 Windows。

最佳答案

关于c# - 图像未显示在设计器、Silverlight 应用程序中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35190870/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com