canvas Property

Summary

Deprecated. The target HTMLCanvasElement for the pan control.

Syntax

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

Leadtools.Controls Assembly