borderThickness Property

Summary

Gets or sets the border size of the sub-cell.

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

Property Value

Value that represents the border size of the sub-cell. Must be an even number.

Remarks

The value can be anywhere from 2 to 100.

This property accepts only even values, such as 2,4,6...etc. An exception will be thrown if you set any odd values.

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