elementsModeOptions Property

Summary

Elements mode-specific settings to use when creating an ImageViewer.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerCreateOptions.prototype, 'elementsModeOptions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
elementsModeOptions: ImageViewerElementsModeCreateOptions; 

Property Value

The Elements Mode-specific settings to use when creating an ImageViewer. Default value is null.

Remarks

ElementsModeOptions is used only if the value of UseElements was set to true. A value of ElementsModeOptions set to null means to use the default CSS prefix and class names when creating the elements of the image viewer.

For more information refer to Image Viewer Elements Mode.

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