size Property

Summary

The size of the pen used to frame the region in pixels.

Syntax

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

Property Value

The size of the stroke used to frame the region in pixels. Default value is 1.

Remarks

The user can change any of these values or customize the rendering further by using RegionRenderCallback.

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 Assembly