Flags Property

Summary

Gets or sets the enumerated flags that describe how to play the animation.

Syntax
C#
VB
C++
public MedicalViewerAnimationFlags Flags { get; set; } 
  
Public Property Flags As MedicalViewerAnimationFlags 
            public: 
property MedicalViewerAnimationFlags Flags { 
   MedicalViewerAnimationFlags get(); 
   void set (    MedicalViewerAnimationFlags ); 
} 

Property Value

An enumerated MedicalViewerAnimationFlags value that describes how to play the 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