如何设置TextBlock文字的下划线属性
答案:2 悬赏:70 手机版
解决时间 2021-02-23 03:13
- 提问者网友:眉目添风霜
- 2021-02-22 07:02
如何设置TextBlock文字的下划线属性
最佳答案
- 五星知识达人网友:三千妖杀
- 2021-02-22 07:45
textblock.TextDecorations = TextDecorations.Underline;
textblock.Foreground = new SolidColorBrush(Colors.Red);
textblock.Foreground = new SolidColorBrush(Colors.Red);
全部回答
- 1楼网友:时间的尘埃
- 2021-02-22 08:25
textblock.textdecorations = textdecorations.underline;
textblock.foreground = new solidcolorbrush(colors.red);
祝你愉快,满意请采纳哦
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯