Hi guys,
I would like to use a Ribbon button on my Backstage in the Medium size. If I have a Large button like this:
<ribbon:Button Label="Test" Context="BackstageItem" VariantSize="Large" />
It's shown as a large button with a constant border around it, which is what I want. I would like to be able to do the same with the Medium size button, but if I change the above code from Large to Medium, it looks more like a regular button on the Ribbon and not like the BackstageItem style with the constant border. I have seen that Microsoft uses Medium sized buttons on their Backstage, e.g. in the Outlook -> Print tab, where the "Print Options" button looks like this. Is this currently possible somehow? Otherwise I would like to request that it's added :)