Closed NormskiJJO closed 4 years ago
@NormskiJJO The AppBar.AppIcon
property is of type object
. So it can be whatever you like.
How would you set it? i.e.
<mde:AppBar Title="My app">
<mde:AppBar.AppIcon>
<md:PackIcon Kind="Volleyball" Width="24" Height="24" />
</mde:AppBar.AppIcon>
</mde:AppBar>
Thanks!
Can the AppBar AppIcon support material design pack icons?