我在 silverlight 中有一个标签和一个超链接按钮,我想将它们组合在一起,以便在该组上完成对齐,而不是必须对齐两个不同的元素。请知道如何做到这一点?
<TextBlock Text="Hello" Foreground="Black" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,177,6"/>
<HyperlinkButton NavigateUri="http://www.mywebsite.mt/" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,132,6">
<TextBlock Text="myWebsite" Foreground="Black" TextDecorations="Underline" />
</HyperlinkButton>
我想要这些一组,所以我只能使用 1 个边距对齐