RichEdit控件怎么设置字体颜色
1个回答
展开全部
可以通过设置_textblock属性来实现改变字体和字体颜色:
dr.Background = new SolidColorBrush(Colors.Red);
_textblock.Foreground= Brushes.Yellow;
_textblock.FontSize = 14d;
_textblock.FontWeight = FontWeights.Bold;
_textblock.FontStyle = FontStyles.Italic;
其中FontStyle为设置字体风格,Foreground为设置字体颜色
dr.Background = new SolidColorBrush(Colors.Red);
_textblock.Foreground= Brushes.Yellow;
_textblock.FontSize = 14d;
_textblock.FontWeight = FontWeights.Bold;
_textblock.FontStyle = FontStyles.Italic;
其中FontStyle为设置字体风格,Foreground为设置字体颜色
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询