Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know available icon names in nuget mahapps metro icon package?

I am using mahapp metro icon package in nuget to make a wpf application in C#. I am making a button icon as follows. I am using appbar_arrow_right icon. How can I know all the available icon names which I can use ?

VisualBrush Stretch="Fill" Visual="{StaticResource appbar_arrow_right}"

like image 704
user3693167 Avatar asked Feb 12 '23 14:02

user3693167


2 Answers

You can see all the icons in file Icons.xaml under folder Resources in your project.

enter image description here

like image 144
Rohit Vats Avatar answered Feb 15 '23 08:02

Rohit Vats


You can find the available icons here also

like image 27
user3693167 Avatar answered Feb 15 '23 10:02

user3693167