Is it not possible to center text in a button? This is the worst functionality I have seen yet.
[upload|+DoF6jfo1+GbK+gBB5Xs/w==]
Is it not possible to center text in a button? This is the worst functionality I have seen yet.
[upload|+DoF6jfo1+GbK+gBB5Xs/w==]
Have you tried something like this:
<Button iconUri="" height="80" minWidth="200" maxWidth="200" showFocusFootprint="true">
<Label text="PLAY" height="80" width="200" horizAlign="center" vertAlign="center" font="font:LargeSystemFont" />
</Button>