What's the easiest way to change fill #295
Unanswered
kornelijepetak
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@kornelijepetak Please can you post a sample SVG. Sometimes it is easier that way, sorry. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a way to change the fill color of a svg via XAML.
Either using
SvgViewbox
or<Image>
withSvgImage
converter.The SVG file contains the
<path>
element with nofill
defined.Is there an easy non-code-behind way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions