码迷,mamicode.com
首页 > Windows程序 > 详细

wpf 进度条ProgressBar配文字

时间:2020-06-04 21:53:05      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:参考资料   aml   nta   code   https   lan   ref   res   ima   

效果

技术图片

实现代码

<Grid>
    <ProgressBar Value="50" Name="pbStatus"/>
    <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Binding ElementName=pbStatus, Path=Value, StringFormat={}{0:0}%}"></TextBlock>
</Grid>

示例代码

ProcessBarWithTextWindow

参考资料

Text on a ProgressBar in WPF

wpf 进度条ProgressBar配文字

标签:参考资料   aml   nta   code   https   lan   ref   res   ima   

原文地址:https://www.cnblogs.com/Lulus/p/13025976.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!