Building my first Windows Phone 8 app and I am bringing in a few icons to use in the appbar. As I am picking the icons in C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons\Dark
I see that there is a file called DarkIcons.dll
.
Can I use this dll as a resource file and then bind to icons in it?
If so how does that binding work? What does the binding look like?