gridLayout Property

Summary

Gets the class that contains the properties to control how the sub-cells are arranged inside the medical viewer.

Syntax

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

Property Value

CellGridLayout that contains the properties to control how the sub-cells are arranged inside the medical viewer.

Remarks

These properties are only valid if you set the FrameArrangement to anything other than custom.

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