You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Alexbeerses December 20, 2024
Good day!
I need to bind svg image object in avalonia xaml with Community MVVM.
I need to bind image object not image path because image comes from far source (dll) in my project.
The button pressing should make image changing in runtime. I tried to use SvgSource but it didn't work.
I have make a simple project to show the behavior.
This problem creates a lot of inconvenience and difficulty.
In cases where an image is loaded from a separate library, using a path does not provide a solution.
Please help us fix it
Discussed in #254
Originally posted by Alexbeerses December 20, 2024
Good day!
I need to bind svg image object in avalonia xaml with Community MVVM.
I need to bind image object not image path because image comes from far source (dll) in my project.
The button pressing should make image changing in runtime. I tried to use SvgSource but it didn't work.
I have make a simple project to show the behavior.
AvaloniaSvg.zip
Could you help?
The text was updated successfully, but these errors were encountered: