Run属性
Posted 改变你我
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Run属性相关的知识,希望对你有一定的参考价值。
TextBlock 里的Run属性特别好用,可以设置一个TextBlock中某个字的颜色字体绑定等。
<TextBlock VerticalAlignment="Center" FontSize="13"> <Run Text="共 " /> <Run Foreground="#46b4aa" Text="{Binding TaskCount}" /> <Run Text=" 个任务" /> </TextBlock>
以上是关于Run属性的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途