WPF中文字颜色字体设置

颜色:
            XAML中,<Label Content="国庆节" Background="Aqua" Foreground="Blue"/>
            textBox2.Foreground = new SolidColorBrush(Colors.DarkGreen);
            textBox2.Foreground = SystemColors.ControlDarkBrush;
            textBox2.Foreground = new SolidColorBrush(Color.FromRgb(231, 42, 11));
            textBox2.Background = new SolidColorBrush(Colors.DarkGreen);
            textBox2.Background = SystemColors.ControlDarkBrush;
            textBox2.Background = new SolidColorBrush(Color.FromRgb(231, 42, 11));

字体:
字体大小 FontSize
字体粗细FontWeight
字体风格FontStyle(斜体……)
字体拉伸FontStreach
字型FontFamily 
这是office中我们经常用到的宋体、楷体……等等,可引用ttf文件 
使用方式: 
1.添加ttf格式的文件到项目中 
2.在XAML中某一个控件的文本FontFamily中设置如下:./# + ttf文件的名字 
测试:
 <Label Content="国庆节" Background="Aqua" Foreground="Blue" HorizontalAlignment="Center"
                   FontSize="38"
                   FontWeight="DemiBold"
                   FontStyle="Oblique"
                   FontStretch="Medium"
                   FontFamily="./#仿宋_GB2312"/>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值