Mode Property

Summary

Gets or sets the value that enables, disables or changes the synchronization type used to synchronize the cells in this viewer.

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

Property Value

The synchronization type.

Remarks

Currently, only the automatic synchronization is available. To disable synchronization, set the value of the property to MedicalViewerSynchronizationType.None.

Example

For an example, refer to MedicalViewerBaseCell.Synchronization.

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