磁贴标题的字体大小和系列
简单的问题,但我还没有找到答案。用于磁贴标题的字体名称和大小是什么(例如该磁贴上的标题“Internet Explorer”)?
有人知道这个吗?
Simple question but I havent found the answer. What is the font name and size that is used for the tile's title (like the title "Internet Explorer" on that tile)?
Does anyone know this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信
FontFamily
是PhoneFontFamilySemiBold
,FontSize
是PhoneFontSizeNormal
。下面的代码片段来自 工具包
HubTile
控件,您可以在其中使用几乎可以找到有关瓷砖风格的所有信息。 :)I believe
FontFamily
isPhoneFontFamilySemiBold
andFontSize
isPhoneFontSizeNormal
.The code snippet below is from the toolkit's
HubTile
control where you can pretty much find all the information about the style of the tile. :)