how to set svg image in codebehind #194
Replies: 2 comments 2 replies
-
I posted a WpfApp4.zip sample in the discussion forum illustrating one way to combine images. Please take a look at this and see if this works for you. SvgViewbox ignores the whitespace around the image |
Beta Was this translation helpful? Give feedback.
-
Many different options, you might have to experiment to see the best for your use case.
That could be a bug. If you can make public any of your files that will demonstrate this issue then NOTE: For security, please do not post images with locations of files on your local machine (as in the browser). |
Beta Was this translation helpful? Give feedback.
-
`
<InkCanvas.Background>
I want to set an svg image in an ImageBrush called "inkCanvasImage" .
I have several svg images.
according to the user's keyboard input event
In order to change the image in order
I want to change the ImageSource in codebehind.
Can you tell me how?
Beta Was this translation helpful? Give feedback.
All reactions