Flex中TitleWindow组件的title属性的字体大小
如何在 TitleWindow 组件中设置标题属性(标题)的字体大小?
如果我使用 fontSize 属性,它会设置 TitleWindow 中所有组件的字体大小,这不是我想要的。我只想将其设置为标题。
我正在使用 Flex 3
谢谢
How can I set font size of title property (header) in TitleWindow component?
If I use fontSize property, it sets the font size for all components in TitleWindow, which is not what I want. I only want to set it for the title.
I'm using Flex 3
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置 title-style-name css 属性,然后在使用该 css 类名的块中分配字体大小。
Set the title-style-name css attribute, and then assign the font size in a block that uses that css class name.