更改 PanoramaItem (windows phone) 的字体大小
Posted
技术标签:
【中文标题】更改 PanoramaItem (windows phone) 的字体大小【英文标题】:Changing the font size of the PanoramaItem (windows phone) 【发布时间】:2011-08-20 21:35:14 【问题描述】:我正在尝试更改 PanoramaItem 标题的大小,但它不起作用。我尝试了 FontSize 属性,但它什么也没做。我可以使用以下代码更改全景标题的字体大小:
<controls:Panorama.TitleTemplate>
<DataTemplate>
<TextBlock Text="Binding Content, RelativeSource=RelativeSource TemplatedParent" FontSize="100" Margin="0,50,0,0" />
</DataTemplate>
</controls:Panorama.TitleTemplate>
【问题讨论】:
【参考方案1】:尝试设置Panorama.HeaderTemplate
而不是TitleTemplate
在第一次尝试设置样式时,通常有助于在 Expression Blend 中打开控件,它可以很容易地查看所有涉及的不同模板及其默认值。
【讨论】:
以上是关于更改 PanoramaItem (windows phone) 的字体大小的主要内容,如果未能解决你的问题,请参考以下文章