borderThickness Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'borderThickness', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly