awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
384 stars 89 forks source link

XML Namespace #35

Closed coytar closed 4 years ago

coytar commented 4 years ago

Hi, I had to add this to my Window tag: xmlns:fa="http://schemas.awesome.incremented/wpf/xaml/fontawesome.sharp"

in my XAML file before I could use :

<fa:IconBlock Icon="Info" Foreground="Chocolate"/>

Is that still the correct namespace URL to use? I found it here.

And, you should update your README to include the above step because it is not mentioned.

mkoertgen commented 4 years ago

Hi @coytar, thanks for bringing that up.

Yes, i checked it's indeed still the right namespace as indicated here,

Sorry, for not pointing that out more clearly. I guess, most people in my space don't even notice because they are all using these smart helper tools like ReSharper.

Good point. I will add it to the README.

coytar commented 4 years ago

Thank you @mkoertgen.