Text on a ProgressBar in WPF

前端 未结 7 1167
日久生厌
日久生厌 2021-02-01 12:09

This may be a no-brainer for the WPF cognoscenti, but I\'d like to know if there\'s a simple way to put text on the WPF ProgressBar. To me, an empty progress bar looks naked. Th

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 13:09

    ProgressBar with Text and Binding from 2 Properties ( Value/Maximum value ):

    
        
        
            
                
                    
                    
                
            
        
    
    

    Rezult:


    The same but with % of progress :

    
        
        
    
    

提交回复
热议问题