This read-only property is true when a layout or scrolling animation is in progress.
            
            
            
            Syntax
            
            
            
            
            public bool IsAnimating {get; set;}
             
        
             
        
            
            
            Property Value
The normal value is false, but this may temporarily evaluate to true by actions in the 
LayoutManager or 
DiagramPanel.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also