在UWP中配置资源文件中的TextBlock属性

时间:2016-01-15 05:51:18

标签: windows-10 windows-10-mobile windows-10-universal

我一直在努力设置资源文件中的Font SizeMarginFontWeightText属性TextBlock。它仅适用于Text属性,其余属性不起作用。我是否遵循了错误的指示?

在资源文件中我有

Resources.resw File 在XAML文件中,我使用了下面的

<StackPanel Orientation="Vertical">
   <TextBlock x:Uid="MyApp" />
   <TextBlock Text="about" Style="{StaticResource PageTitle}" />
</StackPanel>

是否可以从TextBlock设置Resource File属性?

0 个答案:

没有答案