Add documentation for using PackIcon
See original GitHub issueThe current Using icons page on the wiki is very old and outdated. The library supports using the PackIcon
class for setting these icons in a much simpler manner.
- Create a new PackIcon page for the wiki. It should include both a XAML and C# example of how to set the icon using the
Kind
property. - Add the new PackIcon page to the wiki sidebar
- Delete the old Using icons page, and remove reference to it from the wiki sidebar.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
PackIcon in CellTemplate
I have a PackIcon in the DataTemplate of the CellTemplate which does not render. When I bind to a string type, the string...
Read more >Icon Pack – Material Design In XAML 1.4 |
New for release 1.4 of Material Design In XAML Toolkit is a full icon pack. Icon design is a skill itself and finding...
Read more >Setting an ImageSource in XAML to PackIcon Kind?
I'm trying to put together a ribbon control and I like to use the icons in the IconPack of the MaterialDesign WPF Toolkit....
Read more >Create Your Icon Pack
The template demonstrates how to use the icon pack folder structure and each of the possible file types ( svg , png ,...
Read more >Material Design Icons - Icon Library
The original. Following Google's Material Design guidelines for system icons, MDI is our largest library, touting over 7200 unique icons!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rgomez90 looking really good. Just a few small changes:
using MaterialDesignThemes.Wpf;
Brushes.Red
to beSystem.Windows.Media.Brushes.Red
Will do this 😃