canvas Property

Summary

Deprecated. The target HTMLCanvasElement for the pan control.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanControl.prototype, 'canvas', 
	get: function(), 
	set: function(value) 
) 
canvas: HTMLCanvasElement; 

Property Value

The target canvas element for the pan control. Default value is null.

Remarks

This property is deprecated. Please use Control instead.

Example

For an example, refer to ImageViewerPanControl.

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