Curious how you change the icon for the top left menu button. I am a designer and trying to find it in the styles but can not find it at all.
I noticed a screen shot that showed someone had altered it:
http://ko.infragistics.com/uploadedImages/Products/NetAdvantage_for_WPF/Features/xamRibbon/Gallery/xamRibbon_New_xamRibbon_Control_01.png
You can set the Image property of the ApplicationMenu to the ImageSource of the image you want to display.
So how do you change the size of the image on the application button? I have adjusted the actual size of the image I am using, but, it keeps getting "resized" at runtime when it overlays the button.
Thanks,
lol I was just about to ask the same question.
Hopefully someone responds who knows. Tried different properties but could not seem to find. Last option would be to manual adjust the control template.
The size of the application menu button is fixed in the XamRibbon's template to honor the required visual guidelines outlined in the Office UI Design Guidelines.
Actually... I didn't want to change the size of the button. I just wanted the image that I am using toi "fit" inside the button. It doesn't seem to matter how small I make the image file. When it gets overlayed onto the button it is bigger than the button. The sample that is displayed in your documentation shows a "star" image overlayed onto the button and the star fits inside the button. That is what I wanted my image to do also.
By playing around with my image file (gif with a transparent background) I was able to get it to "appear" to fit inside the button. It would have been nice to just be able to tell the control to "size to fit" the image to the button or something like that.
Ah I understand now. I think the issue is that the Image element is sibling to the Ellipse and Path elements that make up the actual button itself. I don't think there really is a good way to set this up and still allow someone to have an image that is outside the approximately 24x24 square that could fit inside the circle.