I’m trying to use the padding property for a buttons Content, I want the padding the be done to the right (10px the the right) but when I use the padding prperty in my xaml like this :
Padding="0,0,10,0"
the text is on the left side of the button(close to the left border).
How can I padd to the right?
Thanks
1 Answer