Gets the collection that represents the cells that will be synchronized.
public MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Cells { get; }
Public ReadOnly Property Cells As Leadtools.Medicalviewer.MedicalViewerSynchronizedCellCollection(Of MedicalViewerBaseCell)
public:
property Leadtools.Medicalviewer.MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ Cells {
Leadtools.Medicalviewer.MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ get();
}
RasterCollection that represents the cells that will be synchronized together.
This class contains the cells collection and each cell contains a collections of Synchronization.Objects. If the user add a synchronization object to the Synchronization.Objects, the cells collection will be updated as well.
If the user add a cell to the cells collection, the Synchronization.Objects will be updated as well.
For an example, refer to MedicalViewerBaseCell.Synchronization.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET