customDragElement Property

Summary

Custom HTML element to act as the drag item

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerDragInteractiveMode.prototype, 'customDragElement', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
customDragElement: HTMLElement; 

Property Value

Custom HTML element to act as the drag item. Default value is null.

Remarks

Refer to Image Viewer Drag and Drop for more information.

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