使用TextBlock.Inlines为WPF / Windows Phone对齐文本

时间:2013-02-07 14:39:55

标签: c# .net windows-phone-7 windows-phone-8

我正在使用TextBlock.Inlines以编程方式在" Behind Code"中设置文本属性。在我的Windows Phone应用程序中。  有谁知道如何使用内联以编程方式对齐文本?  我已经尝试过应用如下所示的对齐属性而没有太多运气。

 MyLabel.Inlines.Add(new Run() { Text = "My Text  ", FontSize = 10, VerticalAlignment = new ( VerticalAlignment.Center) });

由于

1 个答案:

答案 0 :(得分:0)

您确定要使用垂直对齐吗?你很可能想要使用水平的。也许这会解决你的问题。