[WPF series] advanced debugging and wpf series debugging

Source: Internet
Author: User

[WPF series] advanced debugging and wpf series debugging
'Provide value on 'System. Windows. baml2006.typeconvertermarkupextension' threw an exception. 'line number '49' and Line position '38' in ImageBrush'

 

Assuming the image is:

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

You can reference it like this:

<ImageBrush ImageSource = "pack: // application:,/YourProjectName; component/Images/wood1_1000X1000.jpg ";

 

This fixed the issue, I put the image in the project folder whithout including it in the project itself.

 

 

Difference between With and MaxWidth

When the width or height of the object you want to control is always changing, rather than the fixed value you want to specify, it is very likely to be set to MaxHeight (MaxWidth)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.