value1 Property

Summary

Gets or sets the first value of the symmetric layout arrangement.

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

Property Value

Value that represents the first value of the symmetric layout arrangement.

Remarks

The row and column symmetric is a sub-cell arrangement method where the sub-cell are arranged across 4 rows (if the layout is RowSymmetric) and each row contains a different number of columns based on the value of Value1, Value2, Value3 and Value4. The same goes for ColumnSymmetric.

This value is only valid if you set GridLayout to RowSymmetric or ColumnSymmetric.

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