Animated Property

Summary

Gets or sets the value that determines whether the animation is running on the specified cell.

Syntax
C#
VB
C++
public bool Animated { get; set; } 
  
Public Property Animated As Boolean 
            public: 
property bool Animated { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the animation is running on that cell; false otherwise.

Remarks

For more information, refer to Implementing Animation.

Example

For an example, refer to MedicalViewerAnimation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly