CellsArrangement that represents how the cells arrangement is handled.
lt.Controls.Medical.CellsArrangement = {
Grid: 0,
Random: 1
}
lt.Controls.Medical.CellsArrangement = {
Grid: 0,
Random: 1
}
Members
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.
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