Forum Discussion

charliealbright's avatar
9 years ago

Is the Button widget really this bad??

Is it not possible to center text in a button? This is the worst functionality I have seen yet. 

1 Reply

  • 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>