gridLayout Property

Summary

Gets the class that controls the grid layout.

Syntax

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

Property Value

GridLayout class that controls the grid layout.

Remarks

These properties are only valid if you set the CellsArrangement to set to Grid.

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