viewer Property

Summary

Gets the MedicalViewer which is the parent of this cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'viewer', 
	get: function() 
) 
viewer: MedicalViewer; // read-only 

Property Value

the MedicalViewer which is the parent of this cell.

Remarks

The medical viewer is assigned to the cell in the constructor.

To change the position of the cell inside the viewer, refer to Layout.

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