Leadtools.Controls Namespace > ImageViewerCreateOptions Object : ElementsModeOptions Property |
get_elementsModeOptions();
set_elementsModeOptions(value);
Object.defineProperty('elementsModeOptions');
Type | Description |
---|---|
ImageViewerElementsModeCreateOptions | The Elements Mode-specific settings to use when creating an ImageViewer. Default value is null. |
ElementsModeOptions is used only if the value of UseElements was set to true. A valud 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.