Picturebox image source - color

0
0

Hello I am assigning an image to a picturebox using this:

Picturebox1.ImageSource = “resource.wx/Wisej.Ext.ElegantIcons/menu-square-button.svg?color=red”;

 

It shows the icon, but the color does not change. Is there a way to set the color ? According to the doc in another post – it appears it should be able to do it.

  • You must to post comments
0
0

Hi Edmond,

we have updated the ElegantIcons pack to real monochrome now.
Additionally with PictureBoxes you could also simply use the ForeColor property instead of adding ?color=

Thanks again,
Frank

  • You must to post comments
0
0

Hi Edmond,

this seems to be a problem specific to the ElegantIcons. It works fine e.g. with FontAwesome.

We´ll examine further and keep you updated.

Best regards
Frank

  • edmond girardi
    Works -switched to FontAwesome for now
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.