As I started development of Windows 8 Apps in XAML-C#, from the first day I am getting some great apps from Windows Store. One of them is “Windows 8 Dev Icons”:
If you click any of the icons you can get the XAML Code to get this Icon:
Just copy the code “” and paste it into XAML and you can get a favorite vector icon.
Now I try to find out from where this code or value came. Go to MS-Word. Click on Insert tab, click on Symbol icon. Select any character, below you can see “Character Code” (here it is E082), before paste it in XAML add this “&#x” before this code. Thus you can get any symbol in XAML by this trick.
There are many apps like this. If you found similar things let me know.
If you click any of the icons you can get the XAML Code to get this Icon:
Just copy the code “” and paste it into XAML and you can get a favorite vector icon.
Now I try to find out from where this code or value came. Go to MS-Word. Click on Insert tab, click on Symbol icon. Select any character, below you can see “Character Code” (here it is E082), before paste it in XAML add this “&#x” before this code. Thus you can get any symbol in XAML by this trick.
No comments:
Post a Comment