question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add documentation for using PackIcon

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Keboocommented, Jan 23, 2019

@rgomez90 looking really good. Just a few small changes:

  • On the side bar lets move it from the Miscellaneous section to the Controls section
  • In the first code-behind example, lets also include the using MaterialDesignThemes.Wpf;
  • Just to alleviate any confusion, lets fully qualify the Brushes.Red to be System.Windows.Media.Brushes.Red
1reaction
rgomez90commented, Jan 22, 2019

Will do this 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found