parentDivClass Property

Summary

CSS class name to apply to the parent HTML Div Element of this image viewer.

Syntax

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

Property Value

The CSS class name to apply to ParentDiv. Default value is "lt-imageviewer".

Remarks

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