backImageUrl Property

Summary

Optional URL to the background of this item.

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

Property Value

The URL to the optional background image of this item. Default value is null.

Remarks

The action taken when setting this value depends on whether the item is already a member of a viewer (it has been added to Items). If the item is not part of a viewer, then the value of BackImageUrl will be set with the new value and the actions described below will not occur until the item is added to a viewer.

When setting the value of this property (or adding an item to the viewer's Items), the viewer will load the new image in similar fashion to Url except the using ImageViewerItemChangedReason.BackImageUrl for the ItemChanged and ItemError events.

BackImageUrl property of ImageViewer will update this member if this is the active item when the viewer is used in single item mode.

For more information, refer to Image Viewer Items.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly