WPF Render issue with icons from mahapps and others external graphs etc - wpf

I have a project in WPF and my icons shows like this
Can someone explain to me why icons show like this?
E expect to show the icons, i tried to figure, but i dont know

Related

Multiple Rectangle Selection in React

I'm attempting to make a project where you can submit an image and select players from it (basically draw a resizable rectangle around them).
But I'm not sure where to begin.
Could someone please provide a tool, npm module, or article that might assist me in accomplishing this?
Something like this but all the rectangles are resizeable and draggable
Thanks
you can use react shape editor
https://www.npmjs.com/package/react-shape-editor/v/4.0.0-alpha.2

Custom Title Bar Buttons in WPF

I'm completely new to WPF, and am currently learning how to use styles and templates. Today, I saw many projects that can tweak the title bar of the window. Most of them probably tweaked the window chrome to achieve that effect. However, I'm trying to create a title bar with Mac-like Close, Minimize and Maximize buttons. I want them rounded with 3-D Colored effects. I have scoured the internet for that style, but in vain. Could anyone tell me how to achieve that effect using WPF with VB.Net?
P.S. I am using VS2010, and don't have MS Blend.

WPF Mosaic like layout?

Does anyone know of a layout control that I can give it multiple controls and tries to organise them on the screen?
I want something like a wrap panel, but the controls have different sizes and ideally I want to minizmise the empty spaces between them.
I am building a workaround class to do that, same reason that your
but if you looking for a paid solution this guys have nice dashboard windows metro style based

Image Icons like Macbook in WPF

I am looking for very simple UI; with three Image Icons on Bottom of the screen. And when user hovers over that Image Icon it pops out and come bigger then normal size when no mouse over the Image.
Exactly like Mac where they have list of Icons on the bottom and when you hover over one Icon it stands out and when you click on it it opens respective application...
How can I do this in WPF C# ?
Or if you can direct me to existing example/code etc ?
Thanks
You are looking for Fish Eye Effect in WPF.
Here is a good article from CodeProject:
FishEyePanel/FanPanel - Examples of custom layout panels in WPF
I wrote this user control that would mimic the dashboard of the Mac's (Fish eye effect).

Styling Sylverlight Telerik Radupload

At the moment I'm using Silverlight RadControls from Telerik. In my site I've implemented the RadUpload control. Because the control is not styled the way I want, I'm restyling it for my site. The way I'm doing this is as follows: Right click on xRadUpload > Edit Template > Edit a Copy. After doing this I'm able to style almost everything, except for one thing.
During runtime of the Silverlight application, the xRadUpload enables users to upload files. Those files that are selected using the browse button, show up in the application in several bars. I want to restyle those specific bars.
The problem is, I can't find those bars using Expression Blend.
I've already looked at the Telerik help documentation. It says that if you want to restyle the control you need to edit the following control templates: RadUpload and UploadItem.
After reading this I think I need to edit UploadItem, but I cannot find it, while my application works correctly. Has anyone encountered this problem before, who can help me?
Looks like Telerik has listed the items that are required in the UploadItem control. If you want to get the control template you can open the Telerik dll in Reflector and in Reflector look in the Resources folder for the dll. You should see the generic.xaml in there and you can double click it to open the file. In that file you should see the control templates.
My problem is solved, for the solution go to http://www.telerik.com/community/forums/silverlight/upload/xradupload-styling-problem.aspx

Resources