开发者

How to align the text in a button to the right?

开发者 https://www.devze.com 2023-03-01 04:09 出处:网络
This is probably a dumb question but I can\'t find the an开发者_开发技巧swer.I believe you are looking for the HorizontalContentAlignment attribute. Below is an example:

This is probably a dumb question but I can't find the an开发者_开发技巧swer.


I believe you are looking for the HorizontalContentAlignment attribute. Below is an example:

<Button Name="button" Content="Hello World" HorizontalContentAlignment="Right"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消