ExplodeType Enumeration

Summary

This enumeration lists the different behaviors possible when a cell in the Medical Viewer is double-clicked (exploded).

Syntax
TypeScript
JavaScript
lt.Controls.Medical.ExplodeType = { 
	none: 0, 
	auto: 1, 
	cell: 2, 
	viewer: 3 
} 
lt.Controls.Medical.ExplodeType = { 
	none: 0, 
	auto: 1, 
	cell: 2, 
	viewer: 3 
} 

Members

ValueMemberDescription
0NoneThe explode feature is disabled.
1AutoWhen exploding, the frame will fill the area of the cell if the cell is showing multiple frames at once. It will explode to the viewer, if the cell is showing only one frame at a time.
2CellExplode the cell that is showing multiple frames at once such that the active frame will cover the entire cell area.
3ViewerExplode the cell/frame such that it will cover the entire Medical Viewer layout area.

Remarks

For more information on how to explode a cell, refer to Exploded.

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