Reputation: 3142
In the Windows 10 UWP Xaml application AppBarButton control it is possible to define a custom icon. However there seems to be no way to position the label inside the button so if you want a bigger icon you can not as the label is overlapping the icon. Is there a way to move the position the label inside the AppBarButton?
Here is the image displaying the behaviour:
As you can see from the designer and the editor I have a custom AppBarButton.Icon setup but the label is just over it. I can modify the height and position of the Icon but not the label.
Some background:
The application is a migration of the Windows 8.1 Store application and that version had round circles around the icons. In the new Windows 10 UWP 'theme' the circles are gone and the customers would like to have them back.
Upvotes: 4
Views: 1419
Reputation: 3923
I answered this questions few days ago for another stack overflow member. See below.
Upvotes: 3