如何知道nuget mahapps metro图标包中的可用图标名称?

use*_*167 4 c# wpf xaml nuget mahapps.metro

我在nuget中使用mahapp metro图标包来在C#中创建一个wpf应用程序.我正在制作一个按钮图标,如下所示.我正在使用appbar_arrow_right图标.我怎么知道我可以使用的所有可用图标名称?

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

Roh*_*ats 7

您可以在项目中的文件Icons.xaml夹下查看文件中的所有图标Resources.

在此输入图像描述