Gets or sets the current arrangement of each cell inside the viewer.
Object.defineProperty(MedicalViewer.prototype, 'cellsArrangement',
get: function(),
set: function(value)
)
cellsArrangement: CellsArrangement;
If the CellsArrangement to Grid, then use the GridLayout property to control how the cells are arranged.
If the CellsArrangement to Random, then use the Layout property to control how the cells are arranged.
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