arrangement Property

Summary

Gets or sets the current arrangement of each sub-cell inside the cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'arrangement', 
	get: function(), 
	set: function(value) 
) 
arrangement: FrameArrangement; 

Property Value

FrameArrangement enumeration that represents the current arrangement of the sub-cells inside the cell.

Remarks

If the FrameArrangement is anything other than custom, then use the GridLayout property to control how the frames are arranged.

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