value3 Property

Summary

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

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

Property Value

Value that represents the third 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.