﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Metro style issue with UXNavigationButton icon</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Metro-style-issue-with-UXNavigationButton-icon/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Metro style issue with UXNavigationButton icon</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Metro-style-issue-with-UXNavigationButton-icon/</link><pubDate>Tue, 13 Aug 2013 08:23:58 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Try to set the FontFamily property of UXNavigationButton with the desired font family as shown in the following snippet code.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXNavigationButton Content="Home" NavigateUri="/Home" IsDefaultNavigationSource="True" Tag=""
                                FontFamily="Wingdings" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Metro style issue with UXNavigationButton icon</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Metro-style-issue-with-UXNavigationButton-icon/</link><pubDate>Wed, 07 Aug 2013 09:39:56 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Thanks.  That works..however what would I do if wanted a different icon (not one from the Segoe font)?&lt;/p&gt;</description></item><item><title>Metro style issue with UXNavigationButton icon</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Metro-style-issue-with-UXNavigationButton-icon/</link><pubDate>Mon, 05 Aug 2013 23:02:01 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;In the &lt;strong&gt;MainPage.xaml&lt;/strong&gt; page, the &lt;em&gt;UXNavigationButton is wrapped inside UXItemsControl&lt;/em&gt;. The &lt;strong&gt;ItemContainerStyle&lt;/strong&gt; property of UXItemsControl – is set to {StaticResource AppButtonStyle} – plays an important role in providing the effect of Metro style. *you can try to remove the ItemContainerStyle property and watch that the Metro style effect will no longer available.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Instead of using image for the icon UXNavigationButton, it uses &lt;strong&gt;Segoe UI Symbol&lt;/strong&gt; font which is defined in the Tag property.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I enclosed the font file as attachment. Please have the font file installed in your development PC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The step-by-step below shows how to modify the “icon-like” on the navigation button control.&lt;/span&gt;&lt;/p&gt;
&lt;ol style="color: rgb(31, 73, 125);"&gt;&lt;li&gt;Install the Segoe UI Symbol font;&lt;img width="540" height="313" alt="Install Segoe UI Symbol Font" src="http://www.intersoftpt.com/Community/Attachments/3723/Install%20Font.jpg"&gt;&lt;/img&gt;&lt;/li&gt;&lt;li&gt;Open the project in VS 2012;&lt;/li&gt;&lt;li&gt;Open MainPage.xaml page;&lt;/li&gt;&lt;li&gt;Select “About” UXNavigationButton;&lt;pre&gt;&amp;lt;Intersoft:UXNavigationButton Content="About" NavigateUri="/About" Tag="" /&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;For Windows 7 user, from the start menu click: start &amp;gt; All Programs &amp;gt; Accessories &amp;gt; System Tools &amp;gt; Character Map. For Windows 8 user, type “charmap” in the run command;&lt;/li&gt;&lt;li&gt;In the Character Map window, set the font to Segoe UI Symbol;&lt;/li&gt;&lt;li&gt;Select a character to copy. For example, select the “thumbs up” character;&lt;img alt="Character Map" src="http://www.intersoftpt.com/Community/Attachments/3723/CharMap.jpg"&gt;&lt;/img&gt;&lt;/li&gt;&lt;li&gt;Press “Select” button and then click “Copy” button;&lt;/li&gt;&lt;li&gt;Now back to MainPage.xaml in VS 2012. Select the “About” button and set the content of “Tag” property by pasting the copied character in step #8;&lt;/li&gt;&lt;li&gt;Save the changes and watch that the “icon” of navigation button is now changed.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Metro style issue with UXNavigationButton icon</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Metro-style-issue-with-UXNavigationButton-icon/</link><pubDate>Mon, 05 Aug 2013 07:37:04 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I can't seem to be able to change the icon on MainPage.xaml for&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;This is waht I have done bit no image is showing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;" /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXNavigationButton Content="Borrowers" NavigateUri="/Borrowers" Icon="/Abraca;component/Assets/Images/Wizardshat.png"  /&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I  notice the use of the Tag property and this is somehow related to the image that is displayed in the Metro template.&lt;/p&gt;&lt;pre&gt;                            &amp;lt;Intersoft:UXNavigationButton Content="Borrowers" NavigateUri="/Borrowers" Icon="/Abraca;component/Assets/Images/Wizardshat.png"  /&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can you please advise?&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item></channel></rss>