position Property

Summary

Gets or sets the current position of the cell.

Syntax

JavaScript Syntax
Object.defineProperty(LayoutManagerItem.prototype, 'position', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
position: number; 

Property Value

Value that represents current position of the cell.

Remarks

This is only valid if the CellsArrangement is set to Random.

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