cellsArrangement Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(MedicalViewer.prototype, 'cellsArrangement', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly