We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for using GeneratedIcon in other places like Window.Icon, or more notably, MenuItem.Icon by making it an ImageSource or similar.
GeneratedIcon
Window.Icon
MenuItem.Icon
ImageSource
Easy icons without any additional dependencies like we already have for the fantastic TaskbarIcon.
Proof of concept:
<MenuItem Header="Add Item"> <MenuItem.Icon> <tb:GeneratedIcon Text="+" /> </MenuItem.Icon> </MenuItem>
The text was updated successfully, but these errors were encountered:
feat: Added GeneratedIconSource istead GeneratedIcon class. #48.
ee9d89b
No branches or pull requests
What would you like to be added:
Support for using
GeneratedIcon
in other places likeWindow.Icon
, or more notably,MenuItem.Icon
by making it anImageSource
or similar.Why is this needed:
Easy icons without any additional dependencies like we already have for the fantastic TaskbarIcon.
Proof of concept:
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: