Is it possible to change the busy animation in the Busyindicator of Extended WPF Toolkit?

前端 未结 1 694
耶瑟儿~
耶瑟儿~ 2021-01-20 00:13

Is it possible to change the busy animation in the Busyindicator of Extended WPF Toolkit? In particular, I would like to change it to a .gif animation.

1条回答
  •  一整个雨季
    2021-01-20 01:02

    Yes, of course. You can define your own custom content (documentation).

    Busy indicator custom content example:

     
           
                
                     
                              
                               
                                   
                                   
                               
                               
                                   
                                       
                                       
                                   
                                   

    To display animated GIF images in WPF you can use WPF Animated GIF.

    Busy indicator with animated GIF:

    
        
            
                                   
                    
                
            
        
        
            
        
        
            
        
        
    
    

    0 讨论(0)
提交回复
热议问题