Navbar-Animation-1 icon indicating copy to clipboard operation
Navbar-Animation-1 copied to clipboard

Change image menu

Open JhowDevBR opened this issue 3 years ago • 4 comments
trafficstars

Sorry, I'm a beginner, could you please demonstrate how to change the menu image?

JhowDevBR avatar Nov 07 '22 20:11 JhowDevBR

not test yet (i guess) App.xaml -> <x:String x:Key="RibbonPath">...

dgokhan avatar Nov 08 '22 16:11 dgokhan

@RadekVyM ,

Can you advise where I can get the Path string for my custom icon? I converted my icon to an SVG string (path) but it's not working.

help appreciated

SaddamBInSyed avatar Dec 14 '22 12:12 SaddamBInSyed

Got it. Copied the corresponding Svg icon path from the below site, https://www.svgviewer.dev/s/19108/list-unordered

now I can add any icon to menus.

Thanks

SaddamBInSyed avatar Dec 14 '22 15:12 SaddamBInSyed

Hi @JhowDevBR, @dgokhan, @SaddamBInSyed, I changed the implementation of the navigation bar to use Icon element for displaying icons. Now you can use bitmap images (e.g. from Resources/Images/ folder) instead of svg paths. See source code.

RadekVyM avatar Feb 03 '23 08:02 RadekVyM