cellsArrangement Property

Summary

Gets or sets the current arrangement of each cell inside the viewer.

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'cellsArrangement', 
	get: function(), 
	set: function(value) 
) 
cellsArrangement: CellsArrangement; 

Property Value

Remarks

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.

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.Controls.Medical Assembly