I want to have a logout icon in the appbar. I was sure it should be in the common styles, but discovered that unfortunately it's not.
So, how can I do it?
I want to have a logout icon in the appbar. I was sure it should be in the common styles, but discovered that unfortunately it's not.
So, how can I do it?
Copyright © 2021 Jogjafile Inc.
I've found this site, where I found the icon I wanted to the logout button, and copied the xaml which gave me the path. Next I added this code to the common:
It is important to pay attention to the Path's Fill property, it can't be white color, because when we press on it and hold it, the default appbar icons become white, so the color should be changed to black, and therefore, we use this code which get's the foreground color from the parent - AppBarButtonStyle, which already has this logic on appbar icon pressed. This is the code:
One more thing, I have used some renders because the image was a little bit crooked, so I have fixed it by rendering it, maybe not the best way, but now it works perfectly !
The last step was to add this to all the pages I wanted to use the login appbar icon: