Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Resizing Window icon in XamRibbonWindow causes it to be blurry
posted

In my xaml code, I'm using the Office2010RibbonTemplate for the XamRibbonWindow to try and change the size of the Window Icon. My ribbon is also using the Office2013 theme for your information. Also the icon I'm using is a png file that is 24x24 pixels

In the ControlTemplate named Office2010RibbonTemplate, I'm trying to change the size of the WindowIconImage.Whenever I do the icon becomes blurred for any size of a height and width above 16x16. I've used Snoop to look into the size of the icon and no matter what size I set the height and width to the ActualHeight and ActualWidth size is always 16x16.

First is there a better way to change the size of the window icon in the XamRibbonWindow than customizing the Office2010RibbonTemplate?

Second is there anyway of resizing the Icon so the ActualHeight and ActualWidth will actually change sizes and I don't get a blurry icon?

Thank you for any help.