CellsArrangement that represents how the cell arrangement is handled.
lt.Controls.Medical.CellsArrangement = {
grid: 0,
random: 1
}
lt.Controls.Medical.CellsArrangement = {
grid: 0,
random: 1
}
0 | Grid |
(0x00000000) Grid arrangement, the medical viewer engine will take care of almost everything. The cells are arranged in the shape of a grid, with a movable splitter between them. |
1 | Random |
(0x00000001) Random arrangement, you will need to take care of setting the boundaries of each cell. Refer to Layout for more information. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document