Hi,
We are using xamMenu in our application. It works well.
Now we need to set icon for some xamMenuItems.
For now we only see that the icon is an image (.png, .jpg) present in the project.
But we would like to have only vector images (UserControl/xaml) in our projects.
So, is it possible to use a vector image as an icon for xamMenuIem ?
Thanks for your help.
Alain.
Hello,
Thank you for posting. I am glad that you resolved your issue. I believe that other community members may benefit from this.
Feel free to contact me if you have any other questions.
My mistake. I was not using correct tags in xaml to set icon.
So is it possible to use a vector image as an icon for xamMenuIem :
<ig:XamMenu> <ig:XamMenuItem.Icon> <MyIcons:OneIcon Width="16" Height="16"/> </ig:XamMenuItem.Icon><ig:XamMenu>