←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly