开发者

Typography for label

Cant Add Typography to my label font in WPF. D开发者_运维百科o you have any suggestions?


Well setting the Font works for me, so you might need to say more about what your require.

<StackPanel>
    <Label FontFamily="Lucida Grande" 
                   FontSize="13" 
                   FontStyle="Italic">Typography words</Label>
    <Label>Normal words</Label>
</StackPanel>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜