maximumSize Property

Summary

The maximum width or height of the HTML5 Canvas Element when it is created automatically.

Syntax
TypeScript
JavaScript
Object.defineProperty(CanvasOptions.prototype, 'maximumSize', 
	get: function(), 
	set: function(value) 
) 
static maximumSize: number; 

Property Value

The maximum width or height of the canvas when the element is created automatically. A value of 0 means no maximum and to try all possible values. Default value is 0.

Remarks

Used when creating a canvas. Refer to AutoCreateCanvas for more information.

Example

For an example, refer to AutoCreateCanvas

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly