WPF loading spinner

后端 未结 14 829
我寻月下人不归
我寻月下人不归 2020-12-02 05:30

The goal is to display the information that the application is working. So I\'m looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.

14条回答
  •  -上瘾入骨i
    2020-12-02 06:14

    To get this:

    Stick this in a user control:

    
        
        
    
        
                                
    
                                
                                
                                
                                
                                
                                
                                
                                
                                
                            
                                
    
    

    To get a cool disappearing effect on each ellipse add the following after each ColorAnimationUsingKeyFrames element. Be sure to point it to the correct ellipse..

    
        
        
    
    
        
            
            
            
        
    
    
        
            
            
            
        
    
    

提交回复
热议问题