Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个愚蠢的问题,但我找不到答案。
我相信您正在寻找该HorizontalContentAlignment属性。下面是一个例子:
HorizontalContentAlignment
<Button Name="button" Content="Hello World" HorizontalContentAlignment="Right"/>