添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

调试工具

image

ImageBrush出现TypeConverter问题

'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '49' and line position '38'

Assuming the image is:

  • Included in your project
  • It's in a folder named "Images"
  • The build action for the image is set to "Resource" (should be the default)

You can reference it like this:

<ImageBrush ImageSource=
   "pack://application:,,,/YourProjectName;component/Images/wood1_1000X1000.jpg";
 <DataTemplate DataType="{x:Type system:String}">
            <StackPanel>
                <Image Source="{Binding }" MinHeight="500" MaxHeight="600" MaxWidth="800" />
            </StackPanel>
        </DataTemplate>
ToolTip会变成这样,Button会变成一条线。 出处: http://www.cnblogs.com/HQFZ 关于作者:专注于微软平台项目架构、管理和企业解决方案。现主要从事WinForm、ASP.NET、WPF、WCF、等方面的项目开发、架构、管理。如有问题或建议,请不吝指教! 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。如有问题,可以联系我,非常感谢。 如果您该文觉得不错或者对你有帮助,请点下推荐,让更多的朋友看到,谢谢!