viewer Property

Summary

Gets the MedicalViewer which is the parent of this cell.

Syntax

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

Leadtools.Controls.Medical Assembly