iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I can't seem to be able to change the icon on MainPage.xaml for
This is waht I have done bit no image is showing.
<Intersoft:UXNavigationButton Content="Borrowers" NavigateUri="/Borrowers" Icon="/Abraca;component/Assets/Images/Wizardshat.png" />
I notice the use of the Tag property and this is somehow related to the image that is displayed in the Metro template.
Can you please advise?
Try to set the FontFamily property of UXNavigationButton with the desired font family as shown in the following snippet code.
<Intersoft:UXNavigationButton Content="Home" NavigateUri="/Home" IsDefaultNavigationSource="True" Tag="" FontFamily="Wingdings" />
This should helps.
In the MainPage.xaml page, the UXNavigationButton is wrapped inside UXItemsControl. The ItemContainerStyle 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.
Instead of using image for the icon UXNavigationButton, it uses Segoe UI Symbol font which is defined in the Tag property.
I enclosed the font file as attachment. Please have the font file installed in your development PC.
The step-by-step below shows how to modify the “icon-like” on the navigation button control.
<Intersoft:UXNavigationButton Content="About" NavigateUri="/About" Tag="" />
Hope this helps.
Thanks. That works..however what would I do if wanted a different icon (not one from the Segoe font)?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname