Gets or sets the forth value of the symmetric layout arrangement.
Object.defineProperty(CellGridLayout.prototype, 'value4',
get: function(),
set: function(value)
)
value4: number;
Value that represents the forth value of the symmetric layout arrangement.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET